|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.producer.driver.RegistrationImpl
public class RegistrationImpl
This class implements the Registration interface encapsulating a registration-object. Provides setters and getters.
Implements the Serializable interface to enable serialization, e.g. to an XML-file.
Registration
,
Serialized FormConstructor Summary | |
---|---|
RegistrationImpl()
|
Method Summary | |
---|---|
RegistrationContext |
getRegistrationContext()
Returns the registration context. |
RegistrationData |
getRegistrationData()
Returns the registration data. |
void |
setRegistrationContext(RegistrationContext registrationContext)
Sets the registration context. |
void |
setRegistrationData(RegistrationData registrationData)
Sets the registration data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationImpl()
Method Detail |
---|
public RegistrationContext getRegistrationContext()
getRegistrationContext
in interface Registration
public RegistrationData getRegistrationData()
getRegistrationData
in interface Registration
public void setRegistrationContext(RegistrationContext registrationContext)
setRegistrationContext
in interface Registration
registrationContext
- The registration context of a certain Consumer.public void setRegistrationData(RegistrationData registrationData)
setRegistrationData
in interface Registration
registrationData
- The registration data of a certain Consumer.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |