org.mule.providers.email
Class Pop3MessageDispatcherFactory
java.lang.Object
org.mule.providers.email.Pop3MessageDispatcherFactory
- All Implemented Interfaces:
- UMOMessageDispatcherFactory
- public class Pop3MessageDispatcherFactory
- extends Object
- implements UMOMessageDispatcherFactory
Pop3MessageDispatcherFactory creates a Pop3 Message dispatcher. For
Pop3 connections the dispatcher can only be used to receive message (as apposed to
listening for them). Trying to send or dispatch will throw an
UnsupportedOperationException.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pop3MessageDispatcherFactory
public Pop3MessageDispatcherFactory()
create
public UMOMessageDispatcher create(UMOImmutableEndpoint endpoint)
throws UMOException
- Specified by:
create in interface UMOMessageDispatcherFactory
- Throws:
UMOException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.