Package com.verisign.epp.serverstub
Class NamestoreExtDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.NamestoreExtDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
NamestoreExtDomainHandler class extends
DomainHandler to include responding with Namestore Extension
attributes. Specifically, the sub-product is passed into the handler and is
returned. - See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of NamestoreExtDomainHandler -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCheck(EPPEvent aEvent, Object aData) Override base handlerdoDomainCheckmethod and add NameStore Extension to response.protected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Override base handlerdoDomainCreatemethod and add NameStore Extension to response.protected EPPEventResponsedoDomainDelete(EPPEvent aEvent, Object aData) Override base handlerdoDomainDeletemethod and add NameStore Extension to response.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Override base handlerdoDomainInfomethod and add NameStore Extension to response.protected EPPEventResponsedoDomainRenew(EPPEvent aEvent, Object aData) Override base handlerdoDomainRenewmethod and add NameStore Extension to response.protected EPPEventResponsedoDomainTransfer(EPPEvent aEvent, Object aData) Override base handlerdoDomainTransfermethod and add NameStore Extension to response.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, Object aData) Override base handlerdoDomainUpdatemethod and add NameStore Extension to response.protected voidpreHandleEvent(EPPEvent aEvent, Object aData) Will ensure that the namestore extension is provided.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
postHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
NamestoreExtDomainHandler
public NamestoreExtDomainHandler()Constructs an instance of NamestoreExtDomainHandler
-
-
Method Details
-
preHandleEvent
Will ensure that the namestore extension is provided.- Overrides:
preHandleEventin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPDomainHandlerThis is assumed to be an instance of SessionData here.- Throws:
EPPHandleEventException- Thrown if an error condition occurs. It must contain anEPPEventResponse
-
doDomainCreate
Override base handlerdoDomainCreatemethod and add NameStore Extension to response.- 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.
-
doDomainCheck
Override base handlerdoDomainCheckmethod and add NameStore Extension to response.- 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.
-
doDomainDelete
Override base handlerdoDomainDeletemethod and add NameStore Extension to response.- 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.
-
doDomainInfo
Override base handlerdoDomainInfomethod and add NameStore Extension to response.- 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.
-
doDomainRenew
Override base handlerdoDomainRenewmethod and add NameStore Extension to response.- 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
Override base handlerdoDomainTransfermethod and add NameStore Extension to response.- 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
Override base handlerdoDomainUpdatemethod and add NameStore Extension to response.- 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.
-