|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.framework.EPPContactHandler
com.verisign.epp.serverstub.NSContactHandler
public class NSContactHandler
The NSContactHandler class is a concrete implementation of the abstract
EPPContactHandler class. It defines the Server's response to all received EPP
contact Commands.
| Constructor Summary | |
|---|---|
NSContactHandler()
|
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Check Command is received. |
protected EPPEventResponse |
doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Create Command is received. |
protected EPPEventResponse |
doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Delete Command is received. |
protected EPPEventResponse |
doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info Command is received. |
protected EPPEventResponse |
doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Transfer Command is received. |
protected EPPEventResponse |
doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update Command is received. |
| Methods inherited from class com.verisign.epp.framework.EPPContactHandler |
|---|
getNamespace, handleEvent, postHandleEvent, preHandleEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NSContactHandler()
| Method Detail |
|---|
protected EPPEventResponse doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
doContactCreate in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactCreate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
doContactDelete in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactDelete(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
doContactInfo in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactInfo(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
doContactCheck in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactCheck(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
doContactTransfer in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactTransfer(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
doContactUpdate in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactUpdate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||