Package com.verisign.epp.serverstub
Class NSContactHandler
java.lang.Object
com.verisign.epp.framework.EPPContactHandler
com.verisign.epp.serverstub.NSContactHandler
- All Implemented Interfaces:
EPPEventHandler
The
NSContactHandler class is a concrete implementation of the
abstract EPPContactHandler class. It
defines the Server's response to all received EPP contact Commands.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoContactCheck(EPPEvent aEvent, Object aData) Invoked when a Contact Check Command is received.protected EPPEventResponsedoContactCreate(EPPEvent aEvent, Object aData) Invoked when a Contact Create Command is received.protected EPPEventResponsedoContactDelete(EPPEvent aEvent, Object aData) Invoked when a Contact Delete Command is received.protected EPPEventResponsedoContactInfo(EPPEvent aEvent, Object aData) Invoked when a Contact Info Command is received.protected EPPEventResponsedoContactTransfer(EPPEvent aEvent, Object aData) Invoked when a Contact Transfer Command is received.protected EPPEventResponsedoContactUpdate(EPPEvent aEvent, Object aData) Invoked when a Contact Update Command is received.Methods inherited from class com.verisign.epp.framework.EPPContactHandler
getNamespace, handleEvent, postHandleEvent, preHandleEvent
-
Constructor Details
-
NSContactHandler
public NSContactHandler()
-
-
Method Details
-
doContactCreate
Invoked when a Contact Create Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactCreatein classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-
doContactDelete
Invoked when a Contact Delete Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactDeletein classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-
doContactInfo
Invoked when a Contact Info Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactInfoin classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-
doContactCheck
Invoked when a Contact Check Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactCheckin classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-
doContactTransfer
Invoked when a Contact Transfer Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactTransferin classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-
doContactUpdate
Invoked when a Contact Update Command is received. The handler routes the command to the appropriate handler based on the extensions and data included in the command.- Specified by:
doContactUpdatein classEPPContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPContactHandler- Returns:
- The response that should be sent back to the client.
- See Also:
-