Package com.verisign.epp.serverstub
Class RelatedDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.RelatedDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
RelatedDomainHandler class is a concrete implementation of
the abstract com.verisign.epp.framework.EPPDomainHandler class.
It defines the Server's response to all received EPP Domain Commands.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Invoked when a Domain Create command is received.protected EPPEventResponsedoDomainDelete(EPPEvent aEvent, Object aData) Invoked when a Domain Delete command is received.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Invoked when a Domain Info command is received.protected EPPEventResponsedoDomainRenew(EPPEvent aEvent, Object aData) Invoked when a Domain Renew command is received.protected EPPEventResponsedoDomainTransfer(EPPEvent aEvent, Object aData) Invoked when a Domain Transfer command is received.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, Object aData) Invoked when a Domain Update command is received.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
RelatedDomainHandler
public RelatedDomainHandler()Constructs an instance of RelatedDomainHandler
-
-
Method Details
-
doDomainCreate
Invoked when a Domain Create command is received.- Overrides:
doDomainCreatein classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainDelete
Invoked when a Domain Delete command is received.- Overrides:
doDomainDeletein classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainRenew
Invoked when a Domain Renew command is received.- Overrides:
doDomainRenewin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainUpdate
Invoked when a Domain Update command is received.- Overrides:
doDomainUpdatein classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainTransfer
Invoked when a Domain Transfer command is received.- Overrides:
doDomainTransferin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainInfo
Invoked when a Domain Info command is received.- Overrides:
doDomainInfoin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisRelatedDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-