Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 | |
com.verisign.epp.codec.registry | |
com.verisign.epp.codec.registry.v01 | |
com.verisign.epp.framework | |
com.verisign.epp.serverstub |
Stub Server classes to support the server handler for
use of the Change Poll Extension.
|
com.verisign.epp.serverstub.registry.v01 | |
com.verisign.epp.serverstub.registry.v02 |
Modifier and Type | Class and Description |
---|---|
class |
EPPLaunchPolicyZone
EPPLaunchPolicyZone contains all of the policy information associated
with the zone. |
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneInterface |
EPPLaunchPolicyAdapter.eppExtToZoneExt(java.util.List<EPPCodecComponent> aEppExtensions)
Adapt a list of EPP extensions used with a registry create or update to a
matching launch phase policy extension.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPLaunchPolicyAdapter.zoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)
Adapt a list of policy extensions available for the zone to a matching EPP
extension for an info response.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPRegistryZoneInfo
Represents the detailed information of a zone object.
|
Modifier and Type | Class and Description |
---|---|
class |
EPPRegistryZone
Represents the detailed information of a zone object.
|
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneInterface |
EPPRegistryPolicyAdapter.eppExtToZoneExt(java.util.List<EPPCodecComponent> aEppExtensions)
Adapt a list of EPP extensions used with a registry create or update to a
matching zone policy extension.
|
Modifier and Type | Method and Description |
---|---|
EPPCodecComponent |
EPPRegistryPolicyAdapter.zoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)
Adapt a list of zone policy extensions available for the zone to a
matching EPP extension for an info response.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneInterface> |
RegistryPolicyCompositeAdapter.eppExtToZoneExt(java.util.List<EPPCodecComponent> aEppExtensions)
Adapt a list of EPP extensions used with a registry create or update to a
list of matching zone policy extensions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPCodecComponent> |
RegistryPolicyCompositeAdapter.zoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)
Adapt a list of zone policy extensions available for the zone to a
matching list of EPP extensions for an info response.
|
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneInterface |
RegistryHandler.RegistryZone.getExtension(java.lang.Class aExtClass)
Gets the policy extension by
Class . |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneInterface> |
RegistryHandler.RegistryZone.getExtensions()
Gets the extensions list.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryHandler.RegistryZone.addExtension(EPPRegistryZoneInterface aExtension)
Adds a policy extension to the list of extensions.
|
void |
RegistryHandler.RegistryZone.setExtension(EPPRegistryZoneInterface aExtension)
Sets an policy extension in the list of extensions.
|
void |
RegistryHandler.RegistryZones.setZonePolicyExt(java.lang.String aName,
EPPRegistryZoneInterface aZonePolicy)
Sets the zone policy extension for an existing zone.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryHandler.RegistryZone.setExtensions(java.util.List<EPPRegistryZoneInterface> aExtensions)
Sets the extensions list.
|
void |
RegistryHandler.RegistryZones.setZonePolicyExts(java.lang.String aName,
java.util.List<EPPRegistryZoneInterface> aZonePolicies)
Sets the zone policy extensions for an existing zone.
|
Constructor and Description |
---|
RegistryZone(EPPRegistryZone aZoneInfo,
java.util.List<EPPRegistryZoneInterface> aExtensions)
RegistryZone constructor that takes both attributes (zone
information and extensions). |
Modifier and Type | Method and Description |
---|---|
EPPRegistryZoneInterface |
RegistryHandler.RegistryZone.getExtension(java.lang.Class aExtClass)
Gets the policy extension by
Class . |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneInterface> |
RegistryHandler.RegistryZone.getExtensions()
Gets the extensions list.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryHandler.RegistryZone.addExtension(EPPRegistryZoneInterface aExtension)
Adds a policy extension to the list of extensions.
|
void |
RegistryHandler.RegistryZone.setExtension(EPPRegistryZoneInterface aExtension)
Sets an policy extension in the list of extensions.
|
void |
RegistryHandler.RegistryZones.setZonePolicyExt(java.lang.String aName,
EPPRegistryZoneInterface aZonePolicy)
Sets the zone policy extension for an existing zone.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryHandler.RegistryZone.setExtensions(java.util.List<EPPRegistryZoneInterface> aExtensions)
Sets the extensions list.
|
void |
RegistryHandler.RegistryZones.setZonePolicyExts(java.lang.String aName,
java.util.List<EPPRegistryZoneInterface> aZonePolicies)
Sets the zone policy extensions for an existing zone.
|
Constructor and Description |
---|
RegistryZone(EPPRegistryZone aZoneInfo,
java.util.List<EPPRegistryZoneInterface> aExtensions)
RegistryZone constructor that takes both attributes (zone
information and extensions). |
Copyright © VeriSign Inc. All Rights Reserved.