Uses of Interface
org.apache.wsrp4j.consumer.UserRegistry

Packages that use UserRegistry
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of UserRegistry in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that return UserRegistry
 UserRegistry Consumer.getUserRegistry()
          Get the user registry of the consumer.
 

Uses of UserRegistry in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement UserRegistry
 class UserRegistryImpl
           
 

Fields in org.apache.wsrp4j.consumer.app.driver declared as UserRegistry
private static UserRegistry UserRegistryImpl.instance
           
 

Methods in org.apache.wsrp4j.consumer.app.driver that return UserRegistry
static UserRegistry UserRegistryImpl.getInstance()
           
 

Uses of UserRegistry in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement UserRegistry
 class GenericUserRegistryImpl
           
 

Fields in org.apache.wsrp4j.consumer.driver declared as UserRegistry
private  UserRegistry GenericConsumerEnvironment.userRegistry
           
 

Methods in org.apache.wsrp4j.consumer.driver that return UserRegistry
 UserRegistry GenericConsumerEnvironment.getUserRegistry()
          Get the user registry of the consumer.
 

Methods in org.apache.wsrp4j.consumer.driver with parameters of type UserRegistry
 void GenericConsumerEnvironment.setUserRegistry(UserRegistry userRegistry)
          Set the user registry of the consumer.
 



--