站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WSRPBaseEndpoint - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.endpoints
Class WSRPBaseEndpoint

java.lang.Object
  extended byorg.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
Version:
$Revision: 5440 $
Author:
Chris Laprun

Field Summary
protected  javax.xml.rpc.server.ServletEndpointContext context
           
protected  WSRPProducer producer
           
 
Constructor Summary
WSRPBaseEndpoint()
           
 
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
 

Field Detail

producer

protected WSRPProducer producer

context

protected javax.xml.rpc.server.ServletEndpointContext context
Constructor Detail

WSRPBaseEndpoint

public WSRPBaseEndpoint()
Method Detail

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