Uses of Interface
org.apache.wsrp4j.persistence.PersistentInformationProvider

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

Uses of PersistentInformationProvider in org.apache.wsrp4j.persistence
 

Methods in org.apache.wsrp4j.persistence that return PersistentInformationProvider
 PersistentInformationProvider PersistentFactory.getPersistentInformationProvider()
          Returns the PersistentInformationProvider
 

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

Subinterfaces of PersistentInformationProvider in org.apache.wsrp4j.persistence.xml
 interface ClientPersistentInformationProvider
          Contains the persistent file store information for the castor xml file support used by client applications e.g.
 interface ServerPersistentInformationProvider
          Contains the persistent file store information for the castor xml file support used by server applications e.g.
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement PersistentInformationProvider
 class ClientPersistentInformationProviderImpl
          Consumer: This class holds the information for persistent file handling centrally.
 class ServerPersistentInformationProviderImpl
          This class holds the information for persistent file handling centrally.
 

Methods in org.apache.wsrp4j.persistence.xml.driver that return PersistentInformationProvider
 PersistentInformationProvider ClientPersistentFactoryImpl.getPersistentInformationProvider()
          Returns a ServerPersistentInformationrovider
 PersistentInformationProvider ServerPersistentFactoryImpl.getPersistentInformationProvider()
           
 



--