Uses of Class
org.exoplatform.services.wsrp.exceptions.WSRPException

Packages that use WSRPException
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.consumer.impl.helpers   
org.exoplatform.services.wsrp.exceptions   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
 

Uses of WSRPException in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that throw WSRPException
 void PortletRegistry.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
 PortletContext PortletDriver.clonePortlet(UserSessionMgr userSession)
          Clone the portlet
 ReturnAny Producer.deregister()
          End an existing consumer producer relationship and remove the registration context
 DestroyPortletsResponse PortletDriver.destroyPortlets(java.lang.String[] portletHandles, UserSessionMgr userSession)
          Destroy the producer portlets specified in the entiyHandles array.
 GroupSessionMgr UserSession.getGroupSession(java.lang.String groupID)
          Get the group session for this group ID
 MarkupResponse PortletDriver.getMarkup(WSRPMarkupRequest markupRequest, UserSessionMgr userSession, java.lang.String path)
          This method is used to retrieve the markup generated by the portlet instance.
 PortletDescription Producer.getPortletDescription(java.lang.String portletHandle)
          Get the portlet description of the portlet with the given handle or null if the producer doesn't know an portlet with this handle.
 PortletDescriptionResponse PortletDriver.getPortletDescription(UserSessionMgr userSession, java.lang.String[] desiredLocales)
           
 PortletDriver PortletDriverRegistry.getPortletDriver(WSRPPortlet portlet)
          Get an portlet driver for the given portlet.
 PropertyList PortletDriver.getPortletProperties(java.lang.String[] names, UserSessionMgr userSession)
           
 PortletPropertyDescriptionResponse PortletDriver.getPortletPropertyDescription(UserSessionMgr userSession)
           
 RegistrationContext Producer.getRegistrationContext()
          Get the current registration context of the consumer registered at this producer or null if no registration is required or happend so far.
 ServiceDescription Producer.getServiceDescription()
          Same as getServiceDescription(false)
 ServiceDescription Producer.getServiceDescription(boolean newRequest)
          Get the service description of the producer
 void PortletDriver.initCookie()
           
 RegistrationState Producer.modifyRegistration(RegistrationData registrationData)
          Can be used to modify the relationship between consumer and producer.
 BlockingInteractionResponse PortletDriver.performBlockingInteraction(WSRPInteractionRequest actionRequest, UserSessionMgr userSession, java.lang.String path)
          This method is used to perform a blocking interaction on the portlet instance.
 RegistrationContext Producer.register(RegistrationData registrationData)
          Method establishes a relationship between consumer and producer.
 ReturnAny PortletDriver.releaseSessions(java.lang.String[] sessionIDs, UserSessionMgr userSession)
          Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released.
 java.lang.String URLRewriter.rewriteURLs(java.lang.String baseURL, java.lang.String markup)
          Parses the entire markup and rewrites all found URLs.
 PortletContext PortletDriver.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Uses of WSRPException in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl that throw WSRPException
 void PortletRegistryImpl.addPortlet(WSRPPortlet portlet)
           
 PortletContext PortletDriverImpl.clonePortlet(UserSessionMgr userSession)
           
 ReturnAny ProducerImpl.deregister()
           
 DestroyPortletsResponse PortletDriverImpl.destroyPortlets(java.lang.String[] portletHandles, UserSessionMgr userSession)
           
 MarkupResponse PortletDriverImpl.getMarkup(WSRPMarkupRequest markupRequest, UserSessionMgr userSession, java.lang.String path)
           
 PortletDescription ProducerImpl.getPortletDescription(java.lang.String portletHandle)
           
 PortletDescriptionResponse PortletDriverImpl.getPortletDescription(UserSessionMgr userSession, java.lang.String[] desiredLocales)
           
 PortletDriver PortletDriverRegistryImpl.getPortletDriver(WSRPPortlet portlet)
           
 PropertyList PortletDriverImpl.getPortletProperties(java.lang.String[] names, UserSessionMgr userSession)
           
 PortletPropertyDescriptionResponse PortletDriverImpl.getPortletPropertyDescription(UserSessionMgr userSession)
           
 RegistrationContext ProducerImpl.getRegistrationContext()
           
 ServiceDescription ProducerImpl.getServiceDescription()
           
 ServiceDescription ProducerImpl.getServiceDescription(boolean newRequest)
           
 void PortletDriverImpl.initCookie()
           
 RegistrationState ProducerImpl.modifyRegistration(RegistrationData registrationData)
           
 BlockingInteractionResponse PortletDriverImpl.performBlockingInteraction(WSRPInteractionRequest actionRequest, UserSessionMgr userSession, java.lang.String path)
           
 RegistrationContext ProducerImpl.register(RegistrationData registrationData)
           
 ReturnAny PortletDriverImpl.releaseSessions(java.lang.String[] sessionIDs, UserSessionMgr userSession)
           
 java.lang.String URLRewriterImpl.rewriteURLs(java.lang.String path, java.lang.String markup)
           
 PortletContext PortletDriverImpl.setPortletProperties(PropertyList properties, UserSessionMgr userSession)
           
 

Constructors in org.exoplatform.services.wsrp.consumer.impl that throw WSRPException
PortletDriverImpl(org.exoplatform.container.ExoContainer cont, WSRPPortlet portlet)
           
 

Uses of WSRPException in org.exoplatform.services.wsrp.consumer.impl.helpers
 

Methods in org.exoplatform.services.wsrp.consumer.impl.helpers that throw WSRPException
 GroupSessionMgr UserSessionImpl.getGroupSession(java.lang.String groupID)
           
 

Uses of WSRPException in org.exoplatform.services.wsrp.exceptions
 

Methods in org.exoplatform.services.wsrp.exceptions with parameters of type WSRPException
static void Exception2Fault.handleException(WSRPException e)
           
 

Uses of WSRPException in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer that throw WSRPException
 void PersistentStateManager.addConsumerConfiguredPortletHandle(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 void PersistentStateManager.deregister(RegistrationContext registrationContext)
           
 CacheControl TransientStateManager.getCacheControl(PortletData portletDatas)
           
 java.util.Map<java.lang.String,java.lang.String[]> PersistentStateManager.getNavigationalSate(java.lang.String navigationalState)
           
 java.util.Map<java.lang.String,java.lang.String[]> PortletContainerProxy.getPortletProperties(java.lang.String portletHandle, java.lang.String userID)
           
 RegistrationData PersistentStateManager.getRegistrationData(RegistrationContext registrationContext)
           
 boolean PersistentStateManager.isConsumerConfiguredPortlet(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 boolean PersistentStateManager.isRegistered(RegistrationContext registrationContext)
           
 ActionOutput PortletContainerProxy.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 void PersistentStateManager.putNavigationalState(java.lang.String ns, java.util.Map<java.lang.String,java.lang.String[]> renderParameters)
           
 byte[] PersistentStateManager.register(java.lang.String registrationHandle, RegistrationData data)
           
 void PersistentStateManager.removeConsumerConfiguredPortletHandle(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 RenderOutput PortletContainerProxy.render(WSRPHttpServletRequest request, WSRPHttpServletResponse response, RenderInput input)
           
 WSRPHttpSession TransientStateManager.resolveSession(java.lang.String sessionID, java.lang.String user, java.lang.Integer sessiontimeperiod)
           
 void PortletContainerProxy.setPortletProperties(java.lang.String portletHandle, java.lang.String userID, PropertyList propertyList)
           
 boolean TransientStateManager.validateCache(java.lang.String validateTag)
           
 

Uses of WSRPException in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that throw WSRPException
 void PersistentStateManagerImpl.addConsumerConfiguredPortletHandle(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 void PersistentStateManagerImpl.deregister(RegistrationContext registrationContext)
           
 CacheControl TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
           
 java.util.Map<java.lang.String,java.lang.String[]> PersistentStateManagerImpl.getNavigationalSate(java.lang.String navigationalState)
           
 java.util.Map<java.lang.String,java.lang.String[]> JSR168ContainerProxyImpl.getPortletProperties(java.lang.String portletHandle, java.lang.String owner)
           
 RegistrationData PersistentStateManagerImpl.getRegistrationData(RegistrationContext registrationContext)
           
 boolean PersistentStateManagerImpl.isConsumerConfiguredPortlet(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 boolean PersistentStateManagerImpl.isRegistered(RegistrationContext registrationContext)
           
 ActionOutput JSR168ContainerProxyImpl.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 void PersistentStateManagerImpl.putNavigationalState(java.lang.String ns, java.util.Map<java.lang.String,java.lang.String[]> renderParameters)
           
 byte[] PersistentStateManagerImpl.register(java.lang.String registrationHandle, RegistrationData data)
           
 void PersistentStateManagerImpl.removeConsumerConfiguredPortletHandle(java.lang.String portletHandle, RegistrationContext registrationContext)
           
 RenderOutput JSR168ContainerProxyImpl.render(WSRPHttpServletRequest request, WSRPHttpServletResponse response, RenderInput input)
           
 WSRPHttpSession TransientStateManagerImpl.resolveSession(java.lang.String sessionID, java.lang.String user, java.lang.Integer sessiontimeperiod)
           
 void JSR168ContainerProxyImpl.setPortletProperties(java.lang.String portletHandle, java.lang.String owner, PropertyList propertyList)
           
 boolean TransientStateManagerImpl.validateCache(java.lang.String validateTag)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.