|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsrp4j.producer.driver.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 Form| Field Summary | |
private oasis.names.tc.wsrp.v1.types.RegistrationContext |
context
|
private oasis.names.tc.wsrp.v1.types.RegistrationData |
data
|
| Constructor Summary | |
RegistrationImpl()
|
|
| Method Summary | |
oasis.names.tc.wsrp.v1.types.RegistrationContext |
getRegistrationContext()
Returns the registration context. |
oasis.names.tc.wsrp.v1.types.RegistrationData |
getRegistrationData()
Returns the registration data. |
void |
setRegistrationContext(oasis.names.tc.wsrp.v1.types.RegistrationContext registrationContext)
Sets the registration context. |
void |
setRegistrationData(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
Sets the registration data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private oasis.names.tc.wsrp.v1.types.RegistrationContext context
private oasis.names.tc.wsrp.v1.types.RegistrationData data
| Constructor Detail |
public RegistrationImpl()
| Method Detail |
public oasis.names.tc.wsrp.v1.types.RegistrationContext getRegistrationContext()
getRegistrationContext in interface Registrationpublic oasis.names.tc.wsrp.v1.types.RegistrationData getRegistrationData()
getRegistrationData in interface Registrationpublic void setRegistrationContext(oasis.names.tc.wsrp.v1.types.RegistrationContext registrationContext)
setRegistrationContext in interface RegistrationregistrationContext - The registration context of a certain Consumer.public void setRegistrationData(oasis.names.tc.wsrp.v1.types.RegistrationData registrationData)
setRegistrationData in interface RegistrationregistrationData - The registration data of a certain Consumer.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||