Uses of Interface
org.apache.wsrp4j.persistence.xml.PersistentDataObjectXML

Packages that use PersistentDataObjectXML
org.apache.wsrp4j.persistence.xml.driver   
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement PersistentDataObjectXML
 class ConsumerConfiguredPortletList
          This class collects ConsumerConfiguredPortlets and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ConsumerPortletContextList
          This class collects ConsumerPortletContext objects and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ConsumerPortletRegistrationList
          This class collects ConsumerPortletRegistrations and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PageList
          This class collects Pages and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PersistentDataObjectImpl
          This class is the abstract implementation of the class PersistentDataObjectXML.
 class PortletDescriptionList
          This class collects PortletDescriptions and implements the marshal / unmarshal methods for CASTOR XML file support.
 class PortletList
          This class collects Portlets and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ProducerList
          This class collects Producer and implements the marshal / unmarshal methods for CASTOR XML file support.
 class RegistrationList
          This class collects Registration objects and implements the marshal / unmarshal methods for CASTOR XML file support.
 class ServiceDescriptionList
          This class contains a ServiceDescription and implements the marshal / unmarshal methods for CASTOR XML file support.
 class UserList
          This class collects Users and implements the marshal / unmarshal methods for CASTOR XML file support.
 



--