Package com.verisign.epp.serverstub
Class FeeDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.FeeDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
FeeDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class. It
handles accepting commands in a server that supports more than one version of
the fee extension. The version specific FeeSubDomainHandler is
called based on the fee extension version passed or the set of login services
provided by the client.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCheck(EPPEvent aEvent, Object aData) Invoked when a Domain Check command is received.protected 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
postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
FeeDomainHandler
public FeeDomainHandler()
-
-
Method Details
-
doDomainCheck
Invoked when a Domain Check command is received.- Overrides:
doDomainCheckin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPDomaindHandler- 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 thisEPPDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
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 thisEPPDomaindHandler- 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 thisEPPDomaindHandler- 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 thisEPPDomaindHandler- 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 thisEPPDomaindHandler- 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 thisEPPDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-