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
public class MaintenanceHandler extends EPPMaintenanceHandler
TheMaintenanceHandlerclass extendsEPPMaintenanceHandlerto include handling the Maintenance Mapping commands.
-
-
Constructor Summary
Constructors Constructor Description MaintenanceHandler()Constructs an instance of IdnMapDomainHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EPPEventResponsedoMaintenanceInfo(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoMaintenanceInfomethod and add handling of the Maintenance Info Command.protected voidpreHandleEvent(EPPEvent aEvent, java.lang.Object aData)Do any pre-handling of commands.-
Methods inherited from class com.verisign.epp.framework.v1_0.EPPMaintenanceHandler
getNamespace, handleEvent, postHandleEvent
-
-
-
-
Method Detail
-
preHandleEvent
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
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
protected EPPEventResponse doMaintenanceInfo(EPPEvent aEvent, java.lang.Object aData)
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.
-
-