|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.framework.EPPHostHandler
com.verisign.epp.serverstub.HostHandler
public class HostHandler
The HostHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPHostHandler class. It
defines the Server's response to all received EPP Host Commands.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
HostHandler()
Create an instance of HostHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Check command is received. |
protected EPPEventResponse |
doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Create command is received. |
protected EPPEventResponse |
doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Delete command is received. |
protected EPPEventResponse |
doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Info command is received. |
protected EPPEventResponse |
doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Update command is received. |
protected void |
postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Host 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 Host commands need to execute before they execute their command specific behavior. |
| Methods inherited from class com.verisign.epp.framework.EPPHostHandler |
|---|
getNamespace, handleEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostHandler()
HostHandler
| Method Detail |
|---|
protected void preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
preHandleEvent in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandler 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 EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandler
EPPHandleEventException - Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected EPPEventResponse doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
doHostUpdate in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
doHostInfo in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
doHostDelete in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
doHostCheck in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
doHostCreate in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||