当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
WSRPBaseEndpoint - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.wsrp.endpoints
Class WSRPBaseEndpoint
java.lang.Object
org.jboss.portal.wsrp.endpoints.WSRPBaseEndpoint
- All Implemented Interfaces:
- javax.xml.rpc.server.ServiceLifecycle
- Direct Known Subclasses:
- MarkupEndpoint, PortletManagementEndpoint, RegistrationEndpoint, ServiceDescriptionEndpoint
- public class WSRPBaseEndpoint
- extends java.lang.Object
- implements javax.xml.rpc.server.ServiceLifecycle
- Since:
- 2.4
Method Summary |
void |
destroy()
|
void |
init(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
producer
protected WSRPProducer producer
context
protected javax.xml.rpc.server.ServletEndpointContext context
WSRPBaseEndpoint
public WSRPBaseEndpoint()
init
public void init(java.lang.Object object)
throws javax.xml.rpc.ServiceException
- Specified by:
init
in interface javax.xml.rpc.server.ServiceLifecycle
- Throws:
javax.xml.rpc.ServiceException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.xml.rpc.server.ServiceLifecycle