Package com.verisign.epp.framework
Class EPPEventResponse
- java.lang.Object
-
- com.verisign.epp.framework.EPPEventResponse
-
public class EPPEventResponse extends java.lang.Object
TheEPPEventResponse
class contains an EPPMessage and is the class EPPEventHandlers use to return responses.- See Also:
EPPEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected EPPMessage
theResponse
TheEPPMessage
that 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 EPPMessage
getResponse()
Gets this EPPEventResponse'sEPPMessage
-
-
-
Field Detail
-
theResponse
protected EPPMessage theResponse
TheEPPMessage
that this EPPEventResponse contains
-
-
Constructor Detail
-
EPPEventResponse
public EPPEventResponse(EPPMessage aResponse)
Create anEPPEventResponse
- Parameters:
aResponse
- AnEPPMessage
to contain
-
-
Method Detail
-
getResponse
public EPPMessage getResponse()
Gets this EPPEventResponse'sEPPMessage
- Returns:
- This EPPEventResponse's
EPPMessage
-
-