org.jboss.portal.wsrp.endpoints
Class WSRPBaseEndpoint

java.lang.Object
  extended by org.jboss.portal.wsrp.endpoints.WSRPBaseEndpoint
Direct Known Subclasses:
MarkupEndpoint, PortletManagementEndpoint, RegistrationEndpoint, ServiceDescriptionEndpoint

public class WSRPBaseEndpoint
extends java.lang.Object

Since:
2.4
Version:
$Revision: 7060 $
Author:
Chris Laprun

Field Summary
protected  ServletEndpointContext context
           
protected  WSRPProducer producer
           
 
Constructor Summary
WSRPBaseEndpoint()
           
 
Method Summary
 void destroy()
           
protected  void forceSessionAccess()
           
 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 ServletEndpointContext context
Constructor Detail

WSRPBaseEndpoint

public WSRPBaseEndpoint()
Method Detail

init

public void init(java.lang.Object object)
          throws ServiceException
Throws:
ServiceException

destroy

public void destroy()

forceSessionAccess

protected void forceSessionAccess()