org.mule.providers.email
Class Pop3MessageDispatcherFactory
java.lang.Object
org.mule.providers.email.Pop3MessageDispatcherFactory
- All Implemented Interfaces:
- org.mule.umo.provider.UMOMessageDispatcherFactory
- public class Pop3MessageDispatcherFactory
- extends Object
- implements org.mule.umo.provider.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.
|
Method Summary |
org.mule.umo.provider.UMOMessageDispatcher |
create(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pop3MessageDispatcherFactory
public Pop3MessageDispatcherFactory()
create
public org.mule.umo.provider.UMOMessageDispatcher create(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint)
throws org.mule.umo.UMOException
- Specified by:
create in interface org.mule.umo.provider.UMOMessageDispatcherFactory
- Throws:
org.mule.umo.UMOException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.