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

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

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

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

Fields in org.apache.wsrp4j.persistence.xml.driver declared as ClientPersistentInformationProvider
private  ClientPersistentInformationProvider ClientPersistentInformationProviderImpl._persistentInfoProvider
           
private static ClientPersistentInformationProvider ClientPersistentFactoryImpl.clientInfoProvider
           
 

Methods in org.apache.wsrp4j.persistence.xml.driver that return ClientPersistentInformationProvider
static ClientPersistentInformationProvider ClientPersistentInformationProviderImpl.create()
          Static construction of the PersistentInformationProvider
 



--