| Package | Description |
|---|---|
| com.verisign.epp.codec.registry.v02 | |
| com.verisign.epp.interfaces.registry.v02 | |
| com.verisign.epp.serverstub.registry.v02 |
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryZone |
EPPRegistryTst.createZone()
Creates a
EPPRegistryZone test instance. |
static EPPRegistryZone |
EPPRegistryTst.createZone(boolean aContactPolicy,
boolean aDsDataInterface,
boolean aHostObjModel)
Creates a
EPPRegistryZone test instance. |
EPPRegistryZone |
EPPRegistryZoneData.getZone()
Gets the contained zone information
|
EPPRegistryZone |
EPPRegistryUpdateCmd.getZone()
Gets the zone to update.
|
EPPRegistryZone |
EPPRegistryCreateCmd.getZone()
Get zone to create
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryZoneData.setZone(EPPRegistryZone aZone)
Sets the contained zone information.
|
void |
EPPRegistryUpdateCmd.setZone(EPPRegistryZone aZone)
Sets the zone to update.
|
void |
EPPRegistryCreateCmd.setZone(EPPRegistryZone aZone)
Set zone to create
|
| Constructor and Description |
|---|
EPPRegistryCreateCmd(java.lang.String aTransId,
EPPRegistryZone aZone)
Creates a new
EPPRegistryCreateCmd object that will create a registry
object based on the info in zone. |
EPPRegistryUpdateCmd(java.lang.String aTransId,
EPPRegistryZone aZone)
Creates a new EPPRegistryUpdateCmd object that will update a registry
object based on the info in
zone. |
EPPRegistryZoneData(EPPRegistryZone aZone,
boolean aAccessible)
Default constructor for
EPPRegistryZoneData. |
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryZone |
EPPRegistryTst.buildZoneInfo(EPPRegistryZoneName aZone,
boolean aContactPolicy,
boolean aDsDataInterface,
boolean aHostObjModel)
Creates a populated
EPPRegistryZone instance given a zone name. |
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistry.setZone(EPPRegistryZone aZone)
Sets the zone to use with
EPPRegistry.sendCreate() or
EPPRegistry.sendUpdate(). |
| Modifier and Type | Method and Description |
|---|---|
EPPRegistryZone |
RegistryHandler.RegistryZone.getZoneInfo()
Gets the zone information as defined in
draft-gould-carney-regext-registry. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryHandler.RegistryZone.setZoneInfo(EPPRegistryZone aZoneInfo)
Sets the zone information as defined in
draft-gould-carney-regext-registry. |
boolean |
RegistryHandler.RegistryZones.setZoneInfo(java.lang.String aName,
EPPRegistryZone aZoneInfo)
Sets the zone info for an existing zone.
|
| Constructor and Description |
|---|
RegistryZone(EPPRegistryZone aZoneInfo)
RegistryZone constructor that takes the required zone
information. |
RegistryZone(EPPRegistryZone aZoneInfo,
java.util.List<EPPRegistryZoneInterface> aExtensions)
RegistryZone constructor that takes both attributes (zone
information and extensions). |
Copyright © VeriSign Inc. All Rights Reserved.