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

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

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

Methods in org.exoplatform.services.wsrp2.consumer that throw WSRPException
 void PortletRegistry.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
 org.exoplatform.services.wsrp2.type.PortletContext PortletDriver.clonePortlet(UserSessionMgr userSession)
          Clone the portlet
 org.exoplatform.services.wsrp2.type.ReturnAny Producer.deregister(org.exoplatform.services.wsrp2.type.Deregister deregister)
          End an existing consumer producer relationship and remove the registration context
 org.exoplatform.services.wsrp2.type.DestroyPortletsResponse PortletDriver.destroyPortlets(String[] portletHandles, UserSessionMgr userSession)
          Destroy the producer portlets specified in the entiyHandles array.
 GroupSessionMgr UserSession.getGroupSession(String groupID)
          Get the group session for this group ID
 org.exoplatform.services.wsrp2.type.MarkupResponse PortletDriver.getMarkup(WSRPMarkupRequest markupRequest, UserSessionMgr userSession, String path)
          This method is used to retrieve the markup generated by the portlet instance.
 org.exoplatform.services.wsrp2.type.PortletDescription Producer.getPortletDescription(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.
 org.exoplatform.services.wsrp2.type.PortletDescriptionResponse PortletDriver.getPortletDescription(UserSessionMgr userSession, String[] desiredLocales)
           
 PortletDriver PortletDriverRegistry.getPortletDriver(WSRPPortlet portlet)
          Get an portlet driver for the given portlet.
 org.exoplatform.services.wsrp2.type.PropertyList PortletDriver.getPortletProperties(String[] names, UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.PortletPropertyDescriptionResponse PortletDriver.getPortletPropertyDescription(UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.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.
 org.exoplatform.services.wsrp2.type.ResourceResponse PortletDriver.getResource(WSRPResourceRequest resourceRequest, UserSessionMgr userSession, String path)
           
 org.exoplatform.services.wsrp2.type.ServiceDescription Producer.getServiceDescription()
          Same as getServiceDescription(false)
 org.exoplatform.services.wsrp2.type.ServiceDescription Producer.getServiceDescription(boolean newRequest)
          Get the service description of the producer
 org.exoplatform.services.wsrp2.type.HandleEventsResponse PortletDriver.handleEvents(WSRPEventsRequest eventRequest, UserSessionMgr userSession, String path)
           
 void PortletDriver.initCookie(UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.RegistrationState Producer.modifyRegistration(org.exoplatform.services.wsrp2.type.ModifyRegistration modifyRegistration)
          Can be used to modify the relationship between consumer and producer.
 org.exoplatform.services.wsrp2.type.BlockingInteractionResponse PortletDriver.performBlockingInteraction(WSRPInteractionRequest actionRequest, UserSessionMgr userSession, String path)
          This method is used to perform a blocking interaction on the portlet instance.
 org.exoplatform.services.wsrp2.type.RegistrationContext Producer.register(org.exoplatform.services.wsrp2.type.Register register)
          Method establishes a relationship between consumer and producer.
 org.exoplatform.services.wsrp2.type.ReturnAny PortletDriver.releaseSessions(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.
 String URLRewriter.rewriteURLs(String baseURL, String markup)
          Parses the entire markup and rewrites all found URLs.
 org.exoplatform.services.wsrp2.type.PortletContext PortletDriver.setPortletProperties(org.exoplatform.services.wsrp2.type.PropertyList properties, UserSessionMgr userSession)
           
 

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

Methods in org.exoplatform.services.wsrp2.consumer.impl that throw WSRPException
 void PortletRegistryImpl.addPortlet(WSRPPortlet portlet)
           
 org.exoplatform.services.wsrp2.type.PortletContext PortletDriverImpl.clonePortlet(UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.ReturnAny ProducerImpl.deregister(org.exoplatform.services.wsrp2.type.Deregister deregister)
           
 org.exoplatform.services.wsrp2.type.DestroyPortletsResponse PortletDriverImpl.destroyPortlets(String[] portletHandles, UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.MarkupResponse PortletDriverImpl.getMarkup(WSRPMarkupRequest markupRequest, UserSessionMgr userSession, String baseURL)
           
 org.exoplatform.services.wsrp2.type.PortletDescription ProducerImpl.getPortletDescription(String portletHandle)
           
 org.exoplatform.services.wsrp2.type.PortletDescriptionResponse PortletDriverImpl.getPortletDescription(UserSessionMgr userSession, String[] desiredLocales)
           
 PortletDriver PortletDriverRegistryImpl.getPortletDriver(WSRPPortlet portlet)
           
 org.exoplatform.services.wsrp2.type.PropertyList PortletDriverImpl.getPortletProperties(String[] names, UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.PortletPropertyDescriptionResponse PortletDriverImpl.getPortletPropertyDescription(UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.RegistrationContext ProducerImpl.getRegistrationContext()
           
 org.exoplatform.services.wsrp2.type.ResourceResponse PortletDriverImpl.getResource(WSRPResourceRequest resourceRequest, UserSessionMgr userSession, String baseURL)
           
 org.exoplatform.services.wsrp2.type.ServiceDescription ProducerImpl.getServiceDescription()
           
 org.exoplatform.services.wsrp2.type.ServiceDescription ProducerImpl.getServiceDescription(boolean newRequest)
           
 org.exoplatform.services.wsrp2.type.HandleEventsResponse PortletDriverImpl.handleEvents(WSRPEventsRequest eventRequest, UserSessionMgr userSession, String baseURL)
           
 void PortletDriverImpl.initCookie(UserSessionMgr userSession)
           
 org.exoplatform.services.wsrp2.type.RegistrationState ProducerImpl.modifyRegistration(org.exoplatform.services.wsrp2.type.ModifyRegistration modifyRegistration)
           
 org.exoplatform.services.wsrp2.type.BlockingInteractionResponse PortletDriverImpl.performBlockingInteraction(WSRPInteractionRequest actionRequest, UserSessionMgr userSession, String baseURL)
           
 org.exoplatform.services.wsrp2.type.RegistrationContext ProducerImpl.register(org.exoplatform.services.wsrp2.type.Register register)
           
 org.exoplatform.services.wsrp2.type.ReturnAny PortletDriverImpl.releaseSessions(String[] sessionIDs, UserSessionMgr userSession)
           
 String URLRewriterImpl.rewriteURLs(String baseURL, String markup)
           
 org.exoplatform.services.wsrp2.type.PortletContext PortletDriverImpl.setPortletProperties(org.exoplatform.services.wsrp2.type.PropertyList properties, UserSessionMgr userSession)
           
 

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

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

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

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

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

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

Methods in org.exoplatform.services.wsrp2.producer that throw WSRPException
 void PersistentStateManager.addConsumerConfiguredPortletHandle(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 void PersistentStateManager.deregister(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 org.exoplatform.services.wsrp2.type.CacheControl TransientStateManager.getCacheControl(PortletData portletDatas)
           
 Map<String,String[]> PersistentStateManager.getInteractionSate(String interactionState)
           
 Map<String,String[]> PersistentStateManager.getNavigationalState(String navigationalState)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManager.getPortletLifetime(String portletHandle)
           
 Map<String,String[]> PortletContainerProxy.getPortletProperties(String portletHandle, String userID)
           
 org.exoplatform.services.wsrp2.type.RegistrationData PersistentStateManager.getRegistrationData(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManager.getRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 Map<String,String[]> PersistentStateManager.getResourceState(String resourceState)
           
 boolean PersistentStateManager.isConsumerConfiguredPortlet(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 boolean PersistentStateManager.isRegistered(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 ActionOutput PortletContainerProxy.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 EventOutput PortletContainerProxy.processEvent(WSRPHttpServletRequest request, WSRPHttpServletResponse response, EventInput input)
           
 void PersistentStateManager.putInteractionState(String interactionState, Map<String,String[]> interactionParameters)
           
 void PersistentStateManager.putNavigationalState(String navigationalState, Map<String,String[]> renderParameters)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManager.putPortletLifetime(String portletHandle, org.exoplatform.services.wsrp2.type.Lifetime lifetime)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManager.putRegistrationLifetime(String registrationHandle, org.exoplatform.services.wsrp2.type.Lifetime lifetime)
           
 void PersistentStateManager.putResourceState(String resourceState, Map<String,String[]> resourceParameters)
           
 byte[] PersistentStateManager.register(String registrationHandle, org.exoplatform.services.wsrp2.type.RegistrationData data)
           
 void PersistentStateManager.removeConsumerConfiguredPortletHandle(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 RenderOutput PortletContainerProxy.render(WSRPHttpServletRequest request, WSRPHttpServletResponse response, RenderInput input)
           
 WSRPHttpSession TransientStateManager.resolveSession(String sessionID, String user, Integer sessiontimeperiod)
           
 ResourceOutput PortletContainerProxy.serveResource(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ResourceInput input)
           
 void PortletContainerProxy.setPortletProperties(String portletHandle, String userID, org.exoplatform.services.wsrp2.type.PropertyList propertyList)
           
 boolean TransientStateManager.validateCache(String validateTag)
           
 

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

Methods in org.exoplatform.services.wsrp2.producer.impl that throw WSRPException
 void PersistentStateManagerImpl.addConsumerConfiguredPortletHandle(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 void PersistentStateManagerImpl.deregister(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 org.exoplatform.services.wsrp2.type.CacheControl TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
           
 Map<String,String[]> PersistentStateManagerImpl.getInteractionSate(String interactionState)
           
 Map<String,String[]> PersistentStateManagerImpl.getNavigationalState(String navigationalState)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManagerImpl.getPortletLifetime(String portletHandle)
           
 Map<String,String[]> JSR286ContainerProxyImpl.getPortletProperties(String portletHandle, String owner)
           
 org.exoplatform.services.wsrp2.type.RegistrationData PersistentStateManagerImpl.getRegistrationData(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManagerImpl.getRegistrationLifetime(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 Map<String,String[]> PersistentStateManagerImpl.getResourceState(String resourceState)
           
 boolean PersistentStateManagerImpl.isConsumerConfiguredPortlet(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 boolean PersistentStateManagerImpl.isRegistered(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 ActionOutput JSR286ContainerProxyImpl.processAction(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ActionInput input)
           
 EventOutput JSR286ContainerProxyImpl.processEvent(WSRPHttpServletRequest request, WSRPHttpServletResponse response, EventInput input)
           
 void PersistentStateManagerImpl.putInteractionState(String interactionState, Map<String,String[]> interactionParameters)
           
 void PersistentStateManagerImpl.putNavigationalState(String navigationalState, Map<String,String[]> renderParameters)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManagerImpl.putPortletLifetime(String portletHandle, org.exoplatform.services.wsrp2.type.Lifetime lifetime)
           
 org.exoplatform.services.wsrp2.type.Lifetime PersistentStateManagerImpl.putRegistrationLifetime(String registrationHandle, org.exoplatform.services.wsrp2.type.Lifetime lifetime)
           
 void PersistentStateManagerImpl.putResourceState(String resourceState, Map<String,String[]> resourceParameters)
           
 byte[] PersistentStateManagerImpl.register(String registrationHandle, org.exoplatform.services.wsrp2.type.RegistrationData data)
           
 void PersistentStateManagerImpl.removeConsumerConfiguredPortletHandle(String portletHandle, org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext)
           
 RenderOutput JSR286ContainerProxyImpl.render(WSRPHttpServletRequest request, WSRPHttpServletResponse response, RenderInput input)
           
 WSRPHttpSession TransientStateManagerImpl.resolveSession(String sessionID, String user, Integer sessiontimeperiod)
           
 ResourceOutput JSR286ContainerProxyImpl.serveResource(WSRPHttpServletRequest request, WSRPHttpServletResponse response, ResourceInput input)
           
 void JSR286ContainerProxyImpl.setPortletProperties(String portletHandle, String owner, org.exoplatform.services.wsrp2.type.PropertyList propertyList)
           
 boolean TransientStateManagerImpl.validateCache(String validateTag)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.