Uses of Interface
org.apache.wsrp4j.producer.ConsumerRegistry

Packages that use ConsumerRegistry
org.apache.wsrp4j.producer   
org.apache.wsrp4j.producer.driver   
 

Uses of ConsumerRegistry in org.apache.wsrp4j.producer
 

Fields in org.apache.wsrp4j.producer declared as ConsumerRegistry
private static ConsumerRegistry ConsumerRegistryAccess.consumerRegistry
           
 

Methods in org.apache.wsrp4j.producer that return ConsumerRegistry
 ConsumerRegistry ConsumerRegistryFactory.getConsumerRegistry(Provider provider)
          Returns an instance of ConsumerRegistry by calling the constructor of the corresponding class implementing the ConsumerRegistry-Interface
static ConsumerRegistry ConsumerRegistryAccess.getConsumerRegistry()
          Fetches a ConsumerRegistry-instance utilizing the read ConsumerRegistryFactory and returns it.
 

Uses of ConsumerRegistry in org.apache.wsrp4j.producer.driver
 

Classes in org.apache.wsrp4j.producer.driver that implement ConsumerRegistry
 class ConsumerRegistryImpl
          This class implements the ConsumerRegistry interface.
 

Fields in org.apache.wsrp4j.producer.driver declared as ConsumerRegistry
private  ConsumerRegistry WSRPEngine.consumerRegistry
           
 

Methods in org.apache.wsrp4j.producer.driver that return ConsumerRegistry
 ConsumerRegistry ConsumerRegistryFactoryImpl.getConsumerRegistry(Provider provider)
          Returns an instance of the ConsumerRegistryImpl-class.
 



--