| |
|
| org.apache.wsrp4j.producer.Registration
All known Subclasses: org.apache.wsrp4j.producer.driver.RegistrationImpl,
Registration | public interface Registration (Code) | | This interface provides access to Registration-objects.
Provides setters and getters.
author: Stefan Behl |
getRegistrationContext | public RegistrationContext getRegistrationContext()(Code) | | Returns the registration context. The registration context contains a
registration handle (required) and optionally a registration state.
RegistrationContext |
getRegistrationData | public RegistrationData getRegistrationData()(Code) | | Returns the registration data. Supplies consumer data required for
registration with a Producer.
RegistrationData |
setRegistrationContext | public void setRegistrationContext(RegistrationContext registrationContext)(Code) | | Sets the registration context. The registration context contains a
registration handle (required) and optionally a registration state.
Parameters: registrationContext - The registration context of a certain Consumer. |
setRegistrationData | public void setRegistrationData(RegistrationData registrationData)(Code) | | Sets the registration data. Supplies consumer data required for
registration with a Producer.
Parameters: registrationData - The registration data of a certain Consumer. |
|
|
|