|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.framework.EPPNameWatchHandler
com.verisign.epp.serverstub.NameWatchHandler
public class NameWatchHandler
The NameWatchHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPNameWatchHandler class.
It defines the Server's response to all received EPP NameWatch Commands.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
NameWatchHandler()
Constructs an instance of NameWatchHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doNameWatchCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Create command is received. |
protected EPPEventResponse |
doNameWatchDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Delete command is received. |
protected EPPEventResponse |
doNameWatchInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Info command is received. |
protected EPPEventResponse |
doNameWatchRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Renew command is received. |
protected EPPEventResponse |
doNameWatchTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Transfer command is received. |
protected EPPEventResponse |
doNameWatchUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Update command is received. |
protected void |
postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all NameWatch commands need to execute after they execute their command specific behavior. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all NameWatch commands need to execute before they execute their command specific behavior. |
| Methods inherited from class com.verisign.epp.framework.EPPNameWatchHandler |
|---|
getNamespace, handleEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameWatchHandler()
| Method Detail |
|---|
protected void preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
preHandleEvent in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchHandler This is assumed to be an
instance of SessionData here.
EPPHandleEventException - Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected void postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
postHandleEvent in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchHandler
EPPHandleEventException - Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected EPPEventResponse doNameWatchRenew(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchRenew in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
protected EPPEventResponse doNameWatchDelete(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchDelete in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
protected EPPEventResponse doNameWatchCreate(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchCreate in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
protected EPPEventResponse doNameWatchTransfer(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchTransfer in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
protected EPPEventResponse doNameWatchUpdate(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchUpdate in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
protected EPPEventResponse doNameWatchInfo(EPPEvent aEvent,
java.lang.Object aData)
doNameWatchInfo in class EPPNameWatchHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPNameWatchdHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||