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

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

Uses of Registration in org.apache.wsrp4j.producer
 

Methods in org.apache.wsrp4j.producer that return Registration
 Registration ConsumerRegistry.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Creates a new registration-object for a certain consumer, adds it to the consumer registry and returns it.
 Registration ConsumerRegistry.get(java.lang.String regHandle)
          Returns a certain registration identified by regHandle.
 

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

Classes in org.apache.wsrp4j.producer.driver that implement Registration
 class RegistrationImpl
          This class implements the Registration interface encapsulating a registration-object.
 

Methods in org.apache.wsrp4j.producer.driver that return Registration
 Registration ConsumerRegistryImpl.register(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
          Creates a new registration-object for a certain consumer, adds it to the hashmap and returns it.
 Registration ConsumerRegistryImpl.get(java.lang.String regHandle)
          Returns a certain registration identified by regHandle.
 



--