|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.framework.EPPEventResponse
public class EPPEventResponse
The EPPEventResponse
class contains an EPPMessage and is the
class EPPEventHandlers use to return responses.
EPPEventHandler
Field Summary | |
---|---|
protected EPPMessage |
theResponse
The EPPMessage that this EPPEventResponse contains |
Constructor Summary | |
---|---|
EPPEventResponse(EPPMessage aResponse)
Create an EPPEventResponse |
Method Summary | |
---|---|
EPPMessage |
getResponse()
Gets this EPPEventResponse's EPPMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EPPMessage theResponse
EPPMessage
that this EPPEventResponse contains
Constructor Detail |
---|
public EPPEventResponse(EPPMessage aResponse)
EPPEventResponse
aResponse
- An EPPMessage
to containMethod Detail |
---|
public EPPMessage getResponse()
EPPMessage
EPPMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |