public class GenHandler extends EPPGenHandler
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 and Description |
---|
GenHandler()
Construct an instance of GenHandler
|
Modifier and Type | Method and Description |
---|---|
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.
|
getNamespace, handleEvent, postHandleEvent, preHandleEvent
protected EPPEventResponse doLogin(EPPEvent aEvent, java.lang.Object aData)
doLogin
in class EPPGenHandler
aEvent
- 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 EPPGenHandler
aEvent
- 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 EPPGenHandler
aEvent
- 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 EPPGenHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPGenHandler
Copyright © VeriSign Inc. All Rights Reserved.