Package com.verisign.epp.serverstub.v1_0
Class MaintenanceHandler
java.lang.Object
com.verisign.epp.framework.v1_0.EPPMaintenanceHandler
com.verisign.epp.serverstub.v1_0.MaintenanceHandler
- All Implemented Interfaces:
EPPEventHandler
The
MaintenanceHandler class extends EPPMaintenanceHandler to
include handling the Maintenance Mapping commands.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoMaintenanceInfo(EPPEvent aEvent, Object aData) Override base handlerdoMaintenanceInfomethod and add handling of the Maintenance Info Command.protected voidpreHandleEvent(EPPEvent aEvent, Object aData) Do any pre-handling of commands.Methods inherited from class com.verisign.epp.framework.v1_0.EPPMaintenanceHandler
getNamespace, handleEvent, postHandleEvent
-
Constructor Details
-
MaintenanceHandler
public MaintenanceHandler()Constructs an instance of IdnMapDomainHandler
-
-
Method Details
-
preHandleEvent
Do any pre-handling of commands.- Overrides:
preHandleEventin classEPPMaintenanceHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisMaintenanceHandlerThis is assumed to be an instance of SessionData here.- Throws:
EPPHandleEventException- Thrown if an error condition occurs. It must contain anEPPEventResponse
-
doMaintenanceInfo
Override base handlerdoMaintenanceInfomethod and add handling of the Maintenance Info Command.- Specified by:
doMaintenanceInfoin classEPPMaintenanceHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisMaintenanceHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-