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

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

Uses of PersistentFactory in org.apache.wsrp4j.persistence
 

Subinterfaces of PersistentFactory in org.apache.wsrp4j.persistence
 interface ClientPersistentFactory
          This class is the interface definition for the client persistence support factory class.
 interface ServerPersistentFactory
          This class is the interface definition for the server persistence support factory class.
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement PersistentFactory
 class ClientPersistentFactoryImpl
          This class is the client factory implementation for the persistence support.
 class ServerPersistentFactoryImpl
          This class is the server factory implementation for the persistence support.
 



--