Package com.verisign.epp.serverstub
Class OrgExtDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.OrgExtDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
OrgExtDomainHandler class extends DomainHandler
to include handling the Org Extension.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Override base handlerdoDomainCreatemethod and add handling of the Org Extension.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Override base handlerdoDomainInfomethod and add handling of the Org Extension.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, Object aData) Override base handlerdoDomainUpdatemethod and add handling of the Org Extension.protected voidpreHandleEvent(EPPEvent aEvent, Object aData) Ensure that there is an active session.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, doDomainDelete, doDomainRenew, doDomainTransfer, postHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
OrgExtDomainHandler
public OrgExtDomainHandler()Constructs an instance of OrgExtDomainHandler
-
-
Method Details
-
preHandleEvent
Ensure that there is an active session.- 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
-
doDomainInfo
Override base handlerdoDomainInfomethod and add handling of the Org Extension.- 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
Override base handlerdoDomainCreatemethod and add handling of the Org Extension.- 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.
-
doDomainUpdate
Override base handlerdoDomainUpdatemethod and add handling of the Org Extension.- 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.
-