Package com.ibm.ws.javaee.dd.common
Interface MailSession
- 
- All Superinterfaces:
- Describable,- JNDIEnvironmentRef
 
 public interface MailSession extends JNDIEnvironmentRef, Describable Represents <mail-session>.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFrom()java.lang.StringgetHost()java.lang.StringgetPassword()java.util.List<Property>getProperties()java.lang.StringgetStoreProtocol()java.lang.StringgetStoreProtocolClassName()java.lang.StringgetTransportProtocol()java.lang.StringgetTransportProtocolClassName()java.lang.StringgetUser()- 
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescribablegetDescriptions
 - 
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefgetName
 
- 
 
- 
- 
- 
Method Detail- 
getStoreProtocoljava.lang.String getStoreProtocol() - Returns:
- <store-protocol>, or null if unspecified
 
 - 
getStoreProtocolClassNamejava.lang.String getStoreProtocolClassName() - Returns:
- <store-protocol-class>, or null if unspecified
 
 - 
getTransportProtocoljava.lang.String getTransportProtocol() - Returns:
- <transport-protocol>, or null if unspecified
 
 - 
getTransportProtocolClassNamejava.lang.String getTransportProtocolClassName() - Returns:
- <transport-protocol-class>, or null if unspecified
 
 - 
getHostjava.lang.String getHost() - Returns:
- <host>, or null if unspecified
 
 - 
getUserjava.lang.String getUser() - Returns:
- <user>, or null if unspecified
 
 - 
getPasswordjava.lang.String getPassword() - Returns:
- <password>, or null if unspecified
 
 - 
getFromjava.lang.String getFrom() - Returns:
- <from>, or null if unspecified
 
 - 
getPropertiesjava.util.List<Property> getProperties() - Returns:
- <property> as a read-only list
 
 
- 
 
-