org.ow2.easybeans.component.mail
Interface MailItf

All Known Implementing Classes:
AbsMail, MimePart, Session

public interface MailItf

Interface for Mail object.

Author:
Florent BENOIT

Method Summary
 Auth getAuth()
           
 java.lang.String getJNDIName()
           
 java.util.Properties getMailSessionProperties()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the factory.

getJNDIName

java.lang.String getJNDIName()
Returns:
the JNDI name of the factory.

getMailSessionProperties

java.util.Properties getMailSessionProperties()
Returns:
the mail properties.

getAuth

Auth getAuth()
Returns:
the authenticator.


Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.