Package com.ibm.ws.javaee.dd.common
Interface MailSession
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <mail-session>.
-
Method Summary
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Method Details
-
getStoreProtocol
String getStoreProtocol()- Returns:
- <store-protocol>, or null if unspecified
-
getStoreProtocolClassName
String getStoreProtocolClassName()- Returns:
- <store-protocol-class>, or null if unspecified
-
getTransportProtocol
String getTransportProtocol()- Returns:
- <transport-protocol>, or null if unspecified
-
getTransportProtocolClassName
String getTransportProtocolClassName()- Returns:
- <transport-protocol-class>, or null if unspecified
-
getHost
String getHost()- Returns:
- <host>, or null if unspecified
-
getUser
String getUser()- Returns:
- <user>, or null if unspecified
-
getPassword
String getPassword()- Returns:
- <password>, or null if unspecified
-
getFrom
String getFrom()- Returns:
- <from>, or null if unspecified
-
getProperties
- Returns:
- <property> as a read-only list
-