Package com.verisign.epp.framework
Class EPPEventResponse
- java.lang.Object
-
- com.verisign.epp.framework.EPPEventResponse
-
public class EPPEventResponse extends java.lang.ObjectTheEPPEventResponseclass contains an EPPMessage and is the class EPPEventHandlers use to return responses.- See Also:
EPPEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected EPPMessagetheResponseTheEPPMessagethat this EPPEventResponse contains
-
Constructor Summary
Constructors Constructor Description EPPEventResponse(EPPMessage aResponse)Create anEPPEventResponse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EPPMessagegetResponse()Gets this EPPEventResponse'sEPPMessage
-
-
-
Field Detail
-
theResponse
protected EPPMessage theResponse
TheEPPMessagethat this EPPEventResponse contains
-
-
Constructor Detail
-
EPPEventResponse
public EPPEventResponse(EPPMessage aResponse)
Create anEPPEventResponse- Parameters:
aResponse- AnEPPMessageto contain
-
-
Method Detail
-
getResponse
public EPPMessage getResponse()
Gets this EPPEventResponse'sEPPMessage- Returns:
- This EPPEventResponse's
EPPMessage
-
-