Package com.verisign.epp.framework
Class EPPEventResponse
java.lang.Object
com.verisign.epp.framework.EPPEventResponse
The
EPPEventResponse class contains an EPPMessage and is the
class EPPEventHandlers use to return responses. - See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EPPMessageTheEPPMessagethat this EPPEventResponse contains -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets this EPPEventResponse'sEPPMessage
-
Field Details
-
theResponse
TheEPPMessagethat this EPPEventResponse contains
-
-
Constructor Details
-
EPPEventResponse
Create anEPPEventResponse- Parameters:
aResponse- AnEPPMessageto contain
-
-
Method Details
-
getResponse
Gets this EPPEventResponse'sEPPMessage- Returns:
- This EPPEventResponse's
EPPMessage
-