com.ail.core.configure.server
Class ServerEndpointBean
java.lang.Object
com.ail.core.configure.server.ServerEndpointBean
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean
public class ServerEndpointBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
Web service endpoint for the configuration server. This endpoint simply
deligates to an instance of ServerDeligate passing
on the XML String argument is was given along with the security principal that the caller supplied.
- Version:
- $Revision: 1.4 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerEndpointBean
public ServerEndpointBean()
ejbCreate
public void ejbCreate()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove in interface javax.ejb.SessionBean
setSessionContext
public void setSessionContext(javax.ejb.SessionContext ctx)
- Specified by:
setSessionContext in interface javax.ejb.SessionBean
invokeServiceXML
public java.lang.String invokeServiceXML(java.lang.String xml)