Package | Description |
---|---|
com.verisign.epp.codec.registry.v01 | |
com.verisign.epp.interfaces.registry.v01 | |
com.verisign.epp.serverstub.registry.v01 |
Modifier and Type | Method and Description |
---|---|
static EPPRegistryZone |
EPPRegistryTst.createZoneInfo()
Creates a
EPPRegistryZone test instance. |
EPPRegistryZone |
EPPRegistryUpdateCmd.getZone()
Gets the zone to update.
|
EPPRegistryZone |
EPPRegistryCreateCmd.getZone()
Get zone to create
|
EPPRegistryZone |
EPPRegistryInfoResp.getZoneInfo()
Gets the zone information.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryUpdateCmd.setZone(EPPRegistryZone aZone)
Sets the zone to update.
|
void |
EPPRegistryCreateCmd.setZone(EPPRegistryZone aZone)
Set zone to create
|
void |
EPPRegistryInfoResp.setZoneInfo(EPPRegistryZone aZoneInfo)
Sets the zone information.
|
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 . |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistryZone aZoneInfo)
Create a
EPPRegistryInfoResp instance with zone detailed
information. |
EPPRegistryUpdateCmd(java.lang.String aTransId,
EPPRegistryZone aZone)
Creates a new EPPRegistryUpdateCmd object that will update a registry
object based on the info in
zone . |
Modifier and Type | Method and Description |
---|---|
static EPPRegistryZone |
EPPRegistryTst.buildZoneInfo(EPPRegistryZoneName aZone)
Creates a populated
EPPRegistryZone instance given a zone
name. |
EPPRegistryZone |
EPPRegistry.getZoneInfo()
Gets the zone information to use with
EPPRegistry.sendCreate() or
EPPRegistry.sendUpdate() . |
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistry.setZone(EPPRegistryZone aZone)
Sets the zone information 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.