org.mule.providers.email
Class Pop3MessageDispatcherFactory

java.lang.Object
  extended byorg.mule.providers.email.Pop3MessageDispatcherFactory
All Implemented Interfaces:
UMOMessageDispatcherFactory

public class Pop3MessageDispatcherFactory
extends java.lang.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.

Version:
$Revision: 1.2 $
Author:
Ross Mason

Constructor Summary
Pop3MessageDispatcherFactory()
           
 
Method Summary
 UMOMessageDispatcher create(UMOConnector connector)
           
 
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(UMOConnector connector)
                            throws UMOException
Specified by:
create in interface UMOMessageDispatcherFactory
Throws:
UMOException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.