Uses of Class
org.apache.wsrp4j.persistence.xml.driver.ProducerList

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

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

Methods in org.apache.wsrp4j.persistence.xml with parameters of type ProducerList
 PersistentInformation ServerPersistentInformationProvider.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation ClientPersistentInformationProvider.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the Producer
 

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

Methods in org.apache.wsrp4j.persistence.xml.driver with parameters of type ProducerList
 PersistentInformation ClientPersistentInformationProviderImpl.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 PersistentInformation ServerPersistentInformationProviderImpl.getPersistentInformation(ProducerList producerList)
          Returns the persistent file information for the producers
 



--