org.mule.providers.email
Class Pop3MessageDispatcherFactory

java.lang.Object
  extended byorg.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.


Constructor Summary
Pop3MessageDispatcherFactory()
           
 
Method Summary
 UMOMessageDispatcher create(UMOImmutableEndpoint endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pop3MessageDispatcherFactory

public Pop3MessageDispatcherFactory()
Method Detail

create

public UMOMessageDispatcher create(UMOImmutableEndpoint endpoint)
                            throws UMOException
Specified by:
create in interface UMOMessageDispatcherFactory
Throws:
UMOException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.