public class RegistryHandler extends EPPRegistryHandler
| Constructor and Description |
|---|
RegistryHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doRegistryCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Check command is received.
|
protected EPPEventResponse |
doRegistryCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Create command is received.
|
protected EPPEventResponse |
doRegistryDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Delete command is received.
|
protected EPPEventResponse |
doRegistryInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Info command is received.
|
protected EPPEventResponse |
doRegistryUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Update command is received.
|
getNamespace, handleEvent, postHandleEvent, preHandleEventprotected EPPEventResponse doRegistryCreate(EPPEvent aEvent, java.lang.Object aData)
EPPRegistryHandlerdoRegistryCreate in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerprotected EPPEventResponse doRegistryUpdate(EPPEvent aEvent, java.lang.Object aData)
EPPRegistryHandlerdoRegistryUpdate in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerprotected EPPEventResponse doRegistryCheck(EPPEvent aEvent, java.lang.Object aData)
EPPRegistryHandlerdoRegistryCheck in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerprotected EPPEventResponse doRegistryInfo(EPPEvent aEvent, java.lang.Object aData)
EPPRegistryHandlerdoRegistryInfo in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerprotected EPPEventResponse doRegistryDelete(EPPEvent aEvent, java.lang.Object aData)
doRegistryDelete in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandler