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, preHandleEvent
public static RegistryHandler.RegistryZones getRegistryZones()
protected EPPEventResponse doRegistryCreate(EPPEvent aEvent, java.lang.Object aData)
doRegistryCreate
in class EPPRegistryHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPRegistryHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doRegistryUpdate(EPPEvent aEvent, java.lang.Object aData)
doRegistryUpdate
in class EPPRegistryHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPRegistryHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doRegistryCheck(EPPEvent aEvent, java.lang.Object aData)
doRegistryCheck
in class EPPRegistryHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPRegistryHandler
protected EPPEventResponse doRegistryInfo(EPPEvent aEvent, java.lang.Object aData)
doRegistryInfo
in class EPPRegistryHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPRegistryHandler
protected EPPEventResponse doRegistryDelete(EPPEvent aEvent, java.lang.Object aData)
doRegistryDelete
in class EPPRegistryHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPRegistryHandler
EPPEventResponse
that should be sent back to the
client.Copyright © VeriSign Inc. All Rights Reserved.