|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.framework.EPPGenHandler
com.verisign.epp.serverstub.GenHandler
public class GenHandler
The GenHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPGenHandler class. It
defines the Server's response to general EPP Commands.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
GenHandler()
Construct an instance of GenHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doHello(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Hello command is received. |
protected EPPEventResponse |
doLogin(EPPEvent aEvent,
java.lang.Object aData)
Handle a login command. |
protected EPPEventResponse |
doLogout(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Logout command is received. |
protected EPPEventResponse |
doPoll(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Poll command is received. |
| Methods inherited from class com.verisign.epp.framework.EPPGenHandler |
|---|
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 GenHandler()
| Method Detail |
|---|
protected EPPEventResponse doLogin(EPPEvent aEvent,
java.lang.Object aData)
doLogin in class EPPGenHandleraEvent - Event must contain an EPPLoginCmd for handlingaData - Extra server data, which is SessionData for the Stub Server.
protected EPPEventResponse doLogout(EPPEvent aEvent,
java.lang.Object aData)
doLogout in class EPPGenHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPGenHandler
protected EPPEventResponse doPoll(EPPEvent aEvent,
java.lang.Object aData)
doPoll in class EPPGenHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPGenHandler
protected EPPEventResponse doHello(EPPEvent aEvent,
java.lang.Object aData)
doHello in class EPPGenHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPGenHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||