public class RegistryHandler extends EPPRegistryHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryHandler.RegistryZone
RegistryZone represents an in-memory version of a Registry Zone
with the base zone information along with all policy extensions. |
static class |
RegistryHandler.RegistryZones
RegistryZones stores the set of registry zone information. |
| 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.
|
static RegistryHandler.RegistryZones |
getRegistryZones()
Gets the registry zones stored in the handler.
|
getNamespace, handleEvent, postHandleEvent, preHandleEventpublic static RegistryHandler.RegistryZones getRegistryZones()
protected EPPEventResponse doRegistryCreate(EPPEvent aEvent, java.lang.Object aData)
doRegistryCreate in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerEPPEventResponse that should be sent back to the
client.protected EPPEventResponse doRegistryUpdate(EPPEvent aEvent, java.lang.Object aData)
doRegistryUpdate in class EPPRegistryHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPRegistryHandlerEPPEventResponse that should be sent back to the
client.protected EPPEventResponse doRegistryCheck(EPPEvent aEvent, java.lang.Object aData)
doRegistryCheck 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)
doRegistryInfo 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
EPPRegistryHandlerEPPEventResponse that should be sent back to the
client.Copyright © VeriSign Inc. All Rights Reserved.