| |
|
| org.objectweb.jonas_ejb.deployment.xml.CommonEjb org.objectweb.jonas_ejb.deployment.xml.Session
Session | public class Session extends CommonEjb (Code) | | This class defines the implementation of the element session
author: JOnAS team |
Constructor Summary | |
public | Session() |
Session | public Session()(Code) | | Constructor
|
getServiceEndpoint | public String getServiceEndpoint()(Code) | | Gets the service-endpoint
the service-endpoint |
getSessionType | public String getSessionType()(Code) | | Gets the session-type
the session-type |
setIorSecurityConfigMapping | public void setIorSecurityConfigMapping(IorSecurityConfigMapping iorSecurityConfigMapping)(Code) | | Parameters: iorSecurityConfigMapping - The iorSecurityConfigMapping to set. |
setServiceEndpoint | public void setServiceEndpoint(String serviceEndpoint)(Code) | | Set the service-endpoint
Parameters: serviceEndpoint - serviceEndpoint |
setSessionType | public void setSessionType(String sessionType)(Code) | | Set the session-type
Parameters: sessionType - sessionType |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|