Uses of Class
org.apache.wsrp4j.exception.WSRPException

Packages that use WSRPException
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
org.apache.wsrp4j.exception   
org.apache.wsrp4j.persistence   
org.apache.wsrp4j.persistence.driver   
org.apache.wsrp4j.persistence.xml   
org.apache.wsrp4j.persistence.xml.driver   
org.apache.wsrp4j.producer   
org.apache.wsrp4j.producer.driver   
org.apache.wsrp4j.producer.provider   
org.apache.wsrp4j.producer.provider.driver   
org.apache.wsrp4j.producer.provider.pluto.driver   
org.apache.wsrp4j.util   
 

Uses of WSRPException in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that throw WSRPException
 UserSessionMgr SessionHandler.getUserSession(java.lang.String producerID, java.lang.String userID)
          Get the session manager of the user session with the given user ID and producer ID.
 PortletDriver PortletDriverRegistry.getPortletDriver(WSRPPortlet portlet)
          Get an portlet driver for the given portlet.
 void PortletRegistry.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
 oasis.names.tc.wsrp.v1.types.ServiceDescription Producer.getServiceDescription(boolean newRequest)
          Get the service description of the producer
 oasis.names.tc.wsrp.v1.types.ServiceDescription Producer.getServiceDescription()
          Same as getServiceDescription(false)
 oasis.names.tc.wsrp.v1.types.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.
 oasis.names.tc.wsrp.v1.types.RegistrationContext Producer.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Method establishes a relationship between consumer and producer.
 oasis.names.tc.wsrp.v1.types.RegistrationState Producer.modifyRegistration(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Can be used to modify the relationship between consumer and producer.
 oasis.names.tc.wsrp.v1.types.ReturnAny Producer.deregister()
          End an existing consumer producer relationship and remove the registration context
 oasis.names.tc.wsrp.v1.types.MarkupResponse PortletDriver.getMarkup(MarkupRequest markupRequest, java.lang.String userID)
          This method is used to retrieve the markup generated by the portlet instance.
 oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse PortletDriver.performBlockingInteraction(InteractionRequest actionRequest, java.lang.String userID)
          This method is used to perform a blocking interaction on the portlet instance.
 oasis.names.tc.wsrp.v1.types.PortletContext PortletDriver.clonePortlet(java.lang.String userID)
          Clone the portlet
 void PortletDriver.initCookie()
           
 oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse PortletDriver.destroyPortlets(java.lang.String[] portletHandles, java.lang.String userID)
          Destroy the producer portlets specified in the entiyHandles array.
 oasis.names.tc.wsrp.v1.types.ReturnAny PortletDriver.releaseSessions(java.lang.String[] sessionIDs, java.lang.String userID)
          Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released.
 oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse PortletDriver.getPortletDescription(java.lang.String userID, java.lang.String[] desiredLocales)
          Fetches information about the portlet from the producer.
 oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse PortletDriver.getPortletPropertyDescription(java.lang.String userID)
          Fetches all published properties of an remote portlet.
 oasis.names.tc.wsrp.v1.types.PropertyList PortletDriver.getPortletProperties(java.lang.String[] names, java.lang.String userID)
          Get the current values of the properties with the given names.
 oasis.names.tc.wsrp.v1.types.PortletContext PortletDriver.setPortletProperties(oasis.names.tc.wsrp.v1.types.PropertyList properties, java.lang.String userID)
          Set the portlet properties specified in the property list
 GroupSessionMgr UserSession.getGroupSession(java.lang.String groupID)
          Get the group session for this group ID
 

Uses of WSRPException in org.apache.wsrp4j.consumer.app.driver
 

Methods in org.apache.wsrp4j.consumer.app.driver that throw WSRPException
private  void UserRegistryImpl.restore()
          Restores all available users from persistent file store
private  void UserRegistryImpl.store(User user)
          Store user to persistent file
 GroupSessionMgr UserSessionImpl.getGroupSession(java.lang.String groupID)
          Get the group session for this group ID
 void PropertyDialog.showDialog()
          Shows the property dialog.
private  PropertyDialog.PortletProperty[] PropertyDialog.getPropertyDescriptions()
           
private  PropertyDialog.PortletProperty[] PropertyDialog.getPropertyValues()
           
protected  void PropertyDialog.setPropertyValues(PropertyDialog.PortletProperty[] portletProps)
           
 void PortletRegistryImpl.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
private  void PortletRegistryImpl.restore()
          Restores all available portlets from persistent file store
private  void PortletRegistryImpl.store(PersistentDataObject persistentDataObject)
          Store the input PersistentDataObject to the persistent store
private  void PageRegistryImpl.restore()
          Restores all available portlets from persistent file store
private  void PageRegistryImpl.store(Page page)
          Store a page
 UserSessionMgr SessionHandlerImpl.getUserSession(java.lang.String producerID, java.lang.String userID)
          Get the session manager of the user session with the given user ID and producer ID.
private  void SwingConsumer.initConsumerEnvironment()
          Load the consumer environment implementation according to entry in config file.
private  void SwingConsumer.onLink(java.lang.String link)
          This method is called if any link on a page is clicked and dispatches the according action.
 SimplePortletWindowSession SwingConsumer.getSimplePortletWindowSession(WSRPPortlet portlet, java.lang.String portletInstanceKey)
           
 

Constructors in org.apache.wsrp4j.consumer.app.driver that throw WSRPException
UserSessionImpl(java.lang.String producerID, java.lang.String userID, java.lang.String markupURL)
           
GroupSessionImpl(java.lang.String groupID, java.lang.String markupInterfaceURL)
          Construct a new GroupSessionImpl object with the given groupID.
 

Uses of WSRPException in org.apache.wsrp4j.consumer.driver
 

Methods in org.apache.wsrp4j.consumer.driver that throw WSRPException
 void GenericPortletRegistryImpl.addPortlet(WSRPPortlet portlet)
          Add a portlet to the registry
 void ProducerImpl.initServiceDescInterface(java.lang.String serviceDescriptionURL)
          Initialize the service description interface of the producer.
 void ProducerImpl.initRegistrationInterface(java.lang.String registrationURL)
          Initialize the registration interface of the producer.
 oasis.names.tc.wsrp.v1.types.ServiceDescription ProducerImpl.getServiceDescription()
          Same as getServiceDescription(false)
 oasis.names.tc.wsrp.v1.types.ServiceDescription ProducerImpl.getServiceDescription(boolean newRequest)
          Get the service description of the producer
 oasis.names.tc.wsrp.v1.types.PortletDescription ProducerImpl.getPortletDescription(java.lang.String portletHandle)
          Get the portlet description of the portlet with the given handle from the service description or null if the producer doesn't offer an portlet with this handle in it's service description.
 oasis.names.tc.wsrp.v1.types.RegistrationContext ProducerImpl.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Method establishes a relationship between consumer and producer.
 oasis.names.tc.wsrp.v1.types.RegistrationState ProducerImpl.modifyRegistration(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Can be used to modify the relationship between consumer and producer.
 oasis.names.tc.wsrp.v1.types.ReturnAny ProducerImpl.deregister()
          End an existing consumer producer relationship and remove the registration context
 void ProducerImpl.initPortletManagementInterface(java.lang.String portletManagementURL)
           
private  void PortletDriverImpl.resetInitCookie(java.lang.String userID)
           
private  void PortletDriverImpl.checkInitCookie(java.lang.String userID)
           
 oasis.names.tc.wsrp.v1.types.MarkupResponse PortletDriverImpl.getMarkup(MarkupRequest markupRequest, java.lang.String userID)
          This method is used to retrieve the markup generated by the portlet instance.
 oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse PortletDriverImpl.performBlockingInteraction(InteractionRequest actionRequest, java.lang.String userID)
          This method is used to perform a blocking interaction on the portlet instance.
 oasis.names.tc.wsrp.v1.types.PortletContext PortletDriverImpl.clonePortlet(java.lang.String userID)
          Clone the portlet
 oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse PortletDriverImpl.destroyPortlets(java.lang.String[] portletHandles, java.lang.String userID)
          Destroy the producer portlets specified in the entiyHandles array.
 oasis.names.tc.wsrp.v1.types.ReturnAny PortletDriverImpl.releaseSessions(java.lang.String[] sessionIDs, java.lang.String userID)
          Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released.
 void PortletDriverImpl.initCookie()
          Actual WSRP initCookie() call
 oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse PortletDriverImpl.getPortletDescription(java.lang.String userID, java.lang.String[] desiredLocales)
          Fetches information about the portlet from the producer.
 oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse PortletDriverImpl.getPortletPropertyDescription(java.lang.String userID)
          Fetches all published properties of an remote portlet.
 oasis.names.tc.wsrp.v1.types.PropertyList PortletDriverImpl.getPortletProperties(java.lang.String[] names, java.lang.String userID)
          Get the current values of the properties with the given names.
 oasis.names.tc.wsrp.v1.types.PortletContext PortletDriverImpl.setPortletProperties(oasis.names.tc.wsrp.v1.types.PropertyList properties, java.lang.String userID)
          Set the portlet properties specified in the property list
 PortletDriver PortletDriverRegistryImpl.getPortletDriver(WSRPPortlet portlet)
          Get an portlet driver for the given portlet.
abstract  GroupSessionMgr GenericUserSessionImpl.getGroupSession(java.lang.String groupID)
          Get the group session for this group ID
 void GenericPersistentProducerRegistryImpl.restore()
          Restores all available producers from persistent file store
 void GenericPersistentProducerRegistryImpl.store(Producer producer)
          Store a new producer to persistent store
 

Constructors in org.apache.wsrp4j.consumer.driver that throw WSRPException
ProducerImpl(java.lang.String producerID, java.lang.String markupURL, java.lang.String serviceDescriptionURL)
          This constructor can be used to create a new producer object
ProducerImpl(java.lang.String producerID, java.lang.String markupURL, java.lang.String serviceDescriptionURL, java.lang.String registrationURL, java.lang.String portletManagementURL, oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          This constructor can be used to create a new producer object
PortletDriverImpl(WSRPPortlet portlet, ConsumerEnvironment consumerEnv)
           
InitCookieInfoImpl(java.lang.String markupURL)
           
GenericGroupSessionImpl(java.lang.String groupID, java.lang.String markupInterfaceURL)
           
GenericUserSessionImpl(java.lang.String producerID, java.lang.String userID, java.lang.String markupURL)
           
 

Uses of WSRPException in org.apache.wsrp4j.exception
 

Methods in org.apache.wsrp4j.exception that return WSRPException
protected static WSRPException WSRPXHelper.getException(int errorCode, java.lang.Throwable t)
          Returns an Exception.
 

Methods in org.apache.wsrp4j.exception with parameters of type WSRPException
static void WSRPXHelper.handleWSRPException(WSRPException exception)
          This method translates a WSRP exception into an apropriate WSRP fault according to the error code
 

Methods in org.apache.wsrp4j.exception that throw WSRPException
static void WSRPXHelper.throwX(int errorCode)
          Throws a new exception with a specific message identified by an error code without logging
static void WSRPXHelper.throwX(int errorCode, java.lang.Throwable t)
          Throws a new exception with a specific message identified by an error code without logging
static void WSRPXHelper.throwX(Logger logger, int logLevel, java.lang.String method, int errorCode)
          Throws a new exception with a specific message identified by an error code and logs the exception to a logger.
static void WSRPXHelper.throwX(Logger logger, int logLevel, java.lang.String method, int errorCode, java.lang.Throwable t)
          Throws a new exception with a specific message identified by an error code and logs the exception to a logger.
static void WSRPXHelper.handleWSRPFault(Logger logger, java.rmi.RemoteException wsrpFault)
          This method translates a WSRP fault into a WSRP exception containing a corresponding error code and logs the occurence of the exception
 

Uses of WSRPException in org.apache.wsrp4j.persistence
 

Methods in org.apache.wsrp4j.persistence that throw WSRPException
 PersistentDataObject PersistentFactory.getPortletList()
          Returns the PortletList
 PersistentDataObject PersistentFactory.getUserList()
          Returns the UserList
 PersistentDataObject PersistentFactory.getProducerList()
          Returns the ProducerList
 PersistentDataObject ClientPersistentFactory.getPageList()
          Returns a PageList
 PersistentDataObject ClientPersistentFactory.getConsumerPortletContextList()
          Returns the ConsumerPortletContextList
 void PersistentHandler.store(PersistentDataObject persistentDataObject)
          Store a single object from the PersistentDataObject to persistent store.
 PersistentDataObject PersistentHandler.restore(PersistentDataObject persistentDataObject)
          Restore a single object into the persistentDataObject from the persistent store
 PersistentDataObject PersistentHandler.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known objects into the persistentDataObject from the persistent store
 PersistentDataObject ServerPersistentFactory.getRegistrationList()
          Returns the RegistrationList
 PersistentDataObject ServerPersistentFactory.getConsumerConfiguredPortletList()
          Returns the ConsumerConfiguredPortletList
 PersistentDataObject ServerPersistentFactory.getPortletDescriptionList()
          Returns the PortletDescriptionList
 PersistentDataObject ServerPersistentFactory.getServiceDescriptionList()
          Returns the ServiceDescriptionList
 PersistentDataObject ServerPersistentFactory.getConsumerPortletRegistrationList()
          Returns the ConsumerPortletRegistrationList
 

Uses of WSRPException in org.apache.wsrp4j.persistence.driver
 

Methods in org.apache.wsrp4j.persistence.driver that throw WSRPException
static ServerPersistentFactory PersistentAccess.getServerPersistentFactory()
          Fetches a server factory-instance.
static ClientPersistentFactory PersistentAccess.getClientPersistentFactory()
          Fetches a client factory-instance.
private static java.lang.Object PersistentAccess.getFactory(java.lang.String type, java.lang.String propertyFile)
          Returns the factory loaded from the properties file.
private static void PersistentAccess.loadPropertyFile(java.lang.String propertyFile)
          Loads the content of a properties file into a private Properties object.
 

Uses of WSRPException in org.apache.wsrp4j.persistence.xml
 

Methods in org.apache.wsrp4j.persistence.xml that throw WSRPException
 void PersistentDataObjectXML.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Unmarshal of persistent objects.
 void PersistentDataObjectXML.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Marshal of persistent objects
 

Uses of WSRPException in org.apache.wsrp4j.persistence.xml.driver
 

Methods in org.apache.wsrp4j.persistence.xml.driver that throw WSRPException
 void UserList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a User object from a CASTOR persistent XML file.
 void UserList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a User, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void PersistentHandlerImpl.store(PersistentDataObject persistentDataObject)
          Store a single XML file, contained in the persistentDataObject to the persistent file store via the marshalFile method of the input object.
 PersistentDataObject PersistentHandlerImpl.restore(PersistentDataObject persistentDataObject)
          Restores a single XML file into the persistentDataObject.
 PersistentDataObject PersistentHandlerImpl.restoreMultiple(PersistentDataObject persistentDataObject)
          Restore all known XML files from the persistent store into the PersistentDataObject.
 void ConsumerConfiguredPortletList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a ConsumerConfiguredPortlet object from a CASTOR persistent XML file.
 void ConsumerConfiguredPortletList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a ConsumerConfiguredPortlet, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void ServiceDescriptionList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a ServiceDescription object from a CASTOR persistent XML file.
 void ServiceDescriptionList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a ServiceDescription, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void ProducerList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a Producer object from a CASTOR persistent XML file.
 void ProducerList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a Producer, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void PortletDescriptionList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a PortletDescription object from a CASTOR persistent XML file.
 void PortletDescriptionList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a PortletDescription, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void PortletList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a Portlet object from a CASTOR persistent XML file.
 void PortletList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a Portlet, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void RegistrationList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a Registration object from a CASTOR persistent XML file.
 void RegistrationList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a Registration, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 PersistentDataObject ClientPersistentFactoryImpl.getPortletList()
          Returns the PortletList
 PersistentDataObject ClientPersistentFactoryImpl.getConsumerPortletContextList()
          Returns the ConsumerPortletContextList
 PersistentDataObject ClientPersistentFactoryImpl.getProducerList()
          Returns the ProducerList
 PersistentDataObject ClientPersistentFactoryImpl.getPageList()
          Returns the PageList
 PersistentDataObject ClientPersistentFactoryImpl.getUserList()
          Returns the UserList
 void ConsumerPortletContextList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a ConsumerPortletContext object from a CASTOR persistent XML file.
 void ConsumerPortletContextList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes an ConsumerPortletContext, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 void ConsumerPortletRegistrationList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a ConsumerPortletRegistration object from a CASTOR persistent XML file.
 void ConsumerPortletRegistrationList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a ConsumerPortletRegistration, which must be the first element in the PersistentDataObject map, to a persistent XML file.
 PersistentDataObject ServerPersistentFactoryImpl.getPortletList()
          Returns the PortletList
 PersistentDataObject ServerPersistentFactoryImpl.getProducerList()
          Returns the ProducerList
 PersistentDataObject ServerPersistentFactoryImpl.getRegistrationList()
          Returns the RegistrationList
 PersistentDataObject ServerPersistentFactoryImpl.getUserList()
          Returns the UserList
 PersistentDataObject ServerPersistentFactoryImpl.getConsumerConfiguredPortletList()
          Returns the ConsumerConfiguredPortletList
 PersistentDataObject ServerPersistentFactoryImpl.getPortletDescriptionList()
          Returns the PortletDescriptionList
 PersistentDataObject ServerPersistentFactoryImpl.getServiceDescriptionList()
          Returns the ServiceDescriptionList
 PersistentDataObject ServerPersistentFactoryImpl.getConsumerPortletRegistrationList()
          Returns the ConsumerPortletRegistrationList
 void PageList.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Constructs a Page object from a CASTOR persistent XML file.
 void PageList.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Writes a Page, which must be the first element in the PersistentDataObject map, to a persistent XML file.
abstract  void PersistentDataObjectImpl.unMarshalFile(java.io.FileReader fileReader, org.exolab.castor.xml.Unmarshaller unmarshaller)
          Unmarshal of persistent objects.
abstract  void PersistentDataObjectImpl.marshalFile(java.io.FileWriter fileWriter, org.exolab.castor.xml.Marshaller marshaller)
          Marshal of persistent objects
 

Uses of WSRPException in org.apache.wsrp4j.producer
 

Methods in org.apache.wsrp4j.producer that throw WSRPException
 ConsumerRegistry ConsumerRegistryFactory.getConsumerRegistry(Provider provider)
          Returns an instance of ConsumerRegistry by calling the constructor of the corresponding class implementing the ConsumerRegistry-Interface
static ConsumerRegistry ConsumerRegistryAccess.getConsumerRegistry()
          Fetches a ConsumerRegistry-instance utilizing the read ConsumerRegistryFactory and returns it.
private static java.lang.Object ConsumerRegistryAccess.getFactory(java.lang.String type)
          Internal mehtod.
static Provider ProviderAccess.getProvider()
          Fetches a Provider-instance utilizing the read ProviderFactory and returns it.
private static java.lang.Object ProviderAccess.getFactory(java.lang.String type)
          Internal mehtod.
 Registration ConsumerRegistry.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Creates a new registration-object for a certain consumer, adds it to the consumer registry and returns it.
 

Uses of WSRPException in org.apache.wsrp4j.producer.driver
 

Methods in org.apache.wsrp4j.producer.driver that throw WSRPException
private  void WSRPEngine.createSession()
          Internal method.
private  void WSRPEngine.checkRegistration(oasis.names.tc.wsrp.v1.types.RegistrationContext registrationContext)
          check if the registration handle is valid if not throw some RuntimeException
private  void WSRPEngine.checkCookie()
          Internal method.
private  oasis.names.tc.wsrp.v1.types.MarkupType WSRPEngine.checkMarkupParams(oasis.names.tc.wsrp.v1.types.PortletDescription portletDescription, oasis.names.tc.wsrp.v1.types.MarkupParams markupParams)
          This method checks the MarkupParams from the consumer request and tries to find a match between the mimeType, mode, windowState and locale of the portlet description and the requested values.
private  oasis.names.tc.wsrp.v1.types.PortletContext WSRPEngine.handlePortletStateChange(oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction request)
          checks if portlet may be accessed according to the PortletStateChange setting throws the appropriate exceptions or clones before write
static ConsumerRegistryImpl ConsumerRegistryImpl.create(Provider provider)
          Creates a new ConsumerRegistryImpl-object.
 Registration ConsumerRegistryImpl.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Creates a new registration-object for a certain consumer, adds it to the hashmap and returns it.
private  void ConsumerRegistryImpl.store(PersistentDataObject persistentDataObject)
          Store the given Registration to persistent store
private  void ConsumerRegistryImpl.restore()
          Restore all registrations from persistent store
 ConsumerRegistry ConsumerRegistryFactoryImpl.getConsumerRegistry(Provider provider)
          Returns an instance of the ConsumerRegistryImpl-class.
 

Constructors in org.apache.wsrp4j.producer.driver that throw WSRPException
ConsumerRegistryImpl(Provider provider)
          Private constructor of ConsumerRegistryImpl.
 

Uses of WSRPException in org.apache.wsrp4j.producer.provider
 

Methods in org.apache.wsrp4j.producer.provider that throw WSRPException
 oasis.names.tc.wsrp.v1.types.ServiceDescription DescriptionHandler.getServiceDescription(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, java.lang.String[] desiredLocales)
          Returns a ServiceDescription, based on the input arguments.
 boolean DescriptionHandler.isRegistrationRequired()
          Indicates whether registration is required (for this Producer) or not.
 oasis.names.tc.wsrp.v1.types.PortletDescription[] DescriptionHandler.getProducerOfferedPortletDescriptions(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, java.lang.String[] desiredLocales)
          Returns an array containing all portlet descriptions, i.e.
 oasis.names.tc.wsrp.v1.types.PortletDescription DescriptionHandler.getPortletDescription(java.lang.String portletHandle, oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, oasis.names.tc.wsrp.v1.types.UserContext userContext, java.lang.String[] desiredLocales)
          Returns an PortletDescription for the given PortletHandle based on the input arguments.
 oasis.names.tc.wsrp.v1.types.PortletDescription DescriptionHandler.getPortletDescription(java.lang.String portletHandle)
          Returns a complete PortletDescription for the given PortletHandle.
 PortletStateManager Provider.getPortletStateManager()
          Returns an instance of PortletProperties by calling the constructor of the corresponding class implementing the PortletProperties-Interface
 Portlet PortletPool.clone(java.lang.String portletHandle)
          Clones an portlet (Producer Offered or Consumer Configured Portlet) associated by portlet-handle.
 Portlet PortletPool.get(java.lang.String portletHandle)
          Returns a certain portlet identified by portletHandle.
 boolean PortletPool.destroy(java.lang.String portletHandle)
          Deletes the portlet identified by portletHandle from the PortletPool.
 oasis.names.tc.wsrp.v1.types.MarkupResponse PortletInvoker.invokeGetMarkup(oasis.names.tc.wsrp.v1.types.GetMarkup request)
          Generate the WSRP MarkupResponse for a given MarkupRequest
 oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse PortletInvoker.invokePerformBlockingInteraction(oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction request)
          Invoke a portlet action for a given WSRP action request
 void PortletRegistrationFilterWriter.makeAvailable(java.lang.String regHandle, java.lang.String portletHandle)
          Makes a certain portlet (identified by portletHandle) available to a consumer (identified by regHandle).
 void PortletRegistrationFilterWriter.makeAvailable(java.lang.String regHandle, java.util.Iterator portletHandles)
          Makes several portlets (identified by portletHandles) available to a certain consumer (identified by regHandle).
 void PortletRegistrationFilterWriter.remove(java.lang.String regHandle, java.lang.String portletHandle)
          Abrogates the availability of a certain portlet (identified by portletHandle) regarding a certain consumer (identified by regHandle).
 void PortletRegistrationFilterWriter.remove(java.lang.String regHandle, java.util.Iterator portletHandles)
          Abrogates the availability of several portlets (identified by portletHandles) regarding a certain consumer (identified by regHandle).
 

Uses of WSRPException in org.apache.wsrp4j.producer.provider.driver
 

Methods in org.apache.wsrp4j.producer.provider.driver that throw WSRPException
private  java.lang.String URLComposerImpl.createBlockingActionURLByTemplate(java.lang.String blockingActionTemplate, java.lang.String portletMode, java.lang.String navigationalState, java.lang.String interactionState, java.lang.String windowState, java.lang.String portletHandle, java.lang.String userContextKey, java.lang.String portletInstanceKey, java.lang.String sessionID)
           
private  java.lang.String URLComposerImpl.createRenderURLByTemplate(java.lang.String renderTemplate, java.lang.String portletMode, java.lang.String navigationalState, java.lang.String windowState, java.lang.String portletHandle, java.lang.String userContextKey, java.lang.String portletInstanceKey, java.lang.String sessionID)
           
private  java.lang.String URLComposerImpl.createResourceURLByTemplate(java.lang.String resourceTemplate, java.lang.String url, boolean rewriteResource, java.lang.String portletHandle, java.lang.String userContextKey, java.lang.String portletInstanceKey, java.lang.String sessionID)
           
private  java.lang.String URLComposerImpl.processTemplate(java.lang.String template, java.lang.String urlType, java.lang.String portletMode, java.lang.String navigationalState, java.lang.String interactionState, java.lang.String windowState, java.lang.String url, java.lang.String rewriteResource, java.lang.String portletHandle, java.lang.String userContextKey, java.lang.String portletInstanceKey, java.lang.String sessionID)
           
 void PortletRegistrationFilterImpl.makeAvailable(java.lang.String regHandle, java.lang.String portletHandle)
          Makes a certain portlet (identified by portletHandle) available to a consumer (identified by regHandle).
 void PortletRegistrationFilterImpl.makeAvailable(java.lang.String regHandle, java.util.Iterator portletHandles)
          Makes several portlets (identified by portletHandles) available to a certain consumer (identified by regHandle).
 void PortletRegistrationFilterImpl.remove(java.lang.String regHandle, java.lang.String portletHandle)
          Abrogates the availability of a certain portlet (identified by portletHandle) regarding a certain consumer (identified by regHandle).
 void PortletRegistrationFilterImpl.remove(java.lang.String regHandle, java.util.Iterator portletHandles)
          Abrogates the availability of several portlets (identified by portletHandles) regarding a certain consumer (identified by regHandle).
private  void PortletRegistrationFilterImpl.store(PersistentDataObject persistentDataObject)
          Store the ConsumerPortletRegistration object to persistent store
private  void PortletRegistrationFilterImpl.restore()
          Restores ConsumerPortletRegistration objects from the persistent store.
 

Uses of WSRPException in org.apache.wsrp4j.producer.provider.pluto.driver
 

Methods in org.apache.wsrp4j.producer.provider.pluto.driver that throw WSRPException
 Portlet PortletPoolImpl.get(java.lang.String portletHandle)
          Returns a certain portlet identified by portletHandle.
private  void PortletPoolImpl.store(PersistentDataObject persistentDataObject)
          Store the object to persistent store
private  void PortletPoolImpl.restore()
          Restores all available ConsumerConfiguredPortlets from persistent file store
 oasis.names.tc.wsrp.v1.types.ServiceDescription DescriptionHandlerImpl.getServiceDescription(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, java.lang.String[] desiredLocales)
           
 boolean DescriptionHandlerImpl.isRegistrationRequired()
          Returns true, if registration is required on this producer
 void DescriptionHandlerImpl.put(oasis.names.tc.wsrp.v1.types.ServiceDescription newServiceDescription)
          Adds/replaces the ServiceDescription object in the DescriptionHandler and stores the object for persistency.
 oasis.names.tc.wsrp.v1.types.PortletDescription[] DescriptionHandlerImpl.getProducerOfferedPortletDescriptions(oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, java.lang.String[] desiredLocales)
          Returns an array containing portlet descriptions, i.e.
 oasis.names.tc.wsrp.v1.types.PortletDescription DescriptionHandlerImpl.getPortletDescription(java.lang.String portletHandle, oasis.names.tc.wsrp.v1.types.RegistrationContext regContext, oasis.names.tc.wsrp.v1.types.UserContext userContext, java.lang.String[] desiredLocales)
          Returns an PortletDescription for the given PortletHandle, only if the registration context allows this action
protected  oasis.names.tc.wsrp.v1.types.PortletDescription DescriptionHandlerImpl.getPortletDescription(java.lang.String portletHandle, java.lang.String[] desiredLocales)
          Returns an PortletDescription, constructed from the corresponding portlet entity
 oasis.names.tc.wsrp.v1.types.PortletDescription DescriptionHandlerImpl.getPortletDescription(java.lang.String portletHandle)
          Returns the portlet description for a given portlet handle
private  void DescriptionHandlerImpl.store(PersistentDataObject persistentDataObject)
          Stores the ServiceDescription to persistent store
private  void DescriptionHandlerImpl.restore()
          Restores a single ServiceDescritpion
 

Uses of WSRPException in org.apache.wsrp4j.util
 

Methods in org.apache.wsrp4j.util that throw WSRPException
static java.util.Properties Utility.loadPropertiesFromFile(java.lang.String fileName)
          Loads a property file with the given name using the class loader.
 



--