public class RegistryPolicyCompositeAdapter
extends java.lang.Object
RegistryPolicyCompositeAdapter
will execute each of the configured
Registry Policy Adapters and executes each one to adapt all of the registry
policy EPP extensions to zone policy extensions and vice-versa.Constructor and Description |
---|
RegistryPolicyCompositeAdapter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRegistryZoneInterface> |
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.
|
java.util.List<EPPCodecComponent> |
getSystemExts()
Adapts the registered set of policy adapters to a list of system policy
extensions that can be added to a registry system info response.
|
java.util.List<EPPCodecComponent> |
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.
|
public java.util.List<EPPRegistryZoneInterface> eppExtToZoneExt(java.util.List<EPPCodecComponent> aEppExtensions)
EPPRegistryPolicyAdapter
for each versioned policy extension
that will be used to extract the contained zone policy information in a
matching EPP extension.aEppExtensions
- List of EPP extensions to adapt to a zone policy extension.public java.util.List<EPPCodecComponent> zoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)
aZoneExtensions
- List of zone policy extensions to adapt to an EPP extension for
an info response.public java.util.List<EPPCodecComponent> getSystemExts()
Copyright © VeriSign Inc. All Rights Reserved.