org.mule.providers.email
Interface MailConnector

All Superinterfaces:
Disposable, Initialisable, UMOConnector
All Known Implementing Classes:
Pop3Connector, SmtpConnector

public interface MailConnector
extends UMOConnector

Implemented by mail connectors to provide Mule with a Mail authenticator object


Field Summary
 
Fields inherited from interface org.mule.umo.provider.UMOConnector
INT_VALUE_NOT_SET
 
Method Summary
 Authenticator getAuthenticator()
           
 int getDefaultPort()
           
 
Methods inherited from interface org.mule.umo.provider.UMOConnector
getDispatcher, getDispatcherFactory, getExceptionListener, getMessageAdapter, getName, getProtocol, getStreamMessageAdapter, handleException, isDisposed, isDisposing, isRemoteSyncEnabled, isStarted, registerListener, setDispatcherFactory, setExceptionListener, setName, startConnector, stopConnector, supportsProtocol, unregisterListener
 
Methods inherited from interface org.mule.umo.lifecycle.Disposable
dispose
 
Methods inherited from interface org.mule.umo.lifecycle.Initialisable
initialise
 

Method Detail

getAuthenticator

public Authenticator getAuthenticator()

getDefaultPort

public int getDefaultPort()


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