Package com.verisign.epp.serverstub
Class RZHostHandler
java.lang.Object
com.verisign.epp.framework.EPPHostHandler
com.verisign.epp.serverstub.HostHandler
com.verisign.epp.serverstub.RZHostHandler
- All Implemented Interfaces:
EPPEventHandler
The
RZHostHandler class is a concrete implementation of the
com.verisign.epp.framework.EPPHostHandler class for the Root Zone. It
defines the Server's response to all received EPP Host Commands.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoHostUpdate(EPPEvent aEvent, Object aData) Invoked when a Domain command is received in the RZMS.Methods inherited from class com.verisign.epp.serverstub.HostHandler
doHostCheck, doHostCreate, doHostDelete, doHostInfo, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPHostHandler
getNamespace, handleEvent
-
Constructor Details
-
RZHostHandler
public RZHostHandler()
-
-
Method Details
-
doHostUpdate
Invoked when a Domain command is received in the RZMS. A Change Action is constructed from the incoming message and passed to the server to be associated with the specified Change Request.- Overrides:
doHostUpdatein classHostHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPHostdHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-