Class EPPLaunchPolicyAdapter
- java.lang.Object
-
- com.verisign.epp.framework.EPPRegistryPolicyAdapter
-
- com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyAdapter
-
public class EPPLaunchPolicyAdapter extends EPPRegistryPolicyAdapter
EPPLaunchPolicyAdapteris used to adapt command EPP extensions (EPPLaunchPolicyCreateandEPPLaunchPolicyUpdate) to its containedEPPLaunchPolicyZone, and adapt aEPPLaunchPolicyZoneto a info response EPP extension (EPPLaunchPolicyInfData).
-
-
Constructor Summary
Constructors Constructor Description EPPLaunchPolicyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EPPRegistryZoneInterfaceeppExtToZoneExt(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.EPPCodecComponentzoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)Adapt a list of policy extensions available for the zone to a matching EPP extension for an info response.-
Methods inherited from class com.verisign.epp.framework.EPPRegistryPolicyAdapter
getSystemExt
-
-
-
-
Method Detail
-
eppExtToZoneExt
public EPPRegistryZoneInterface 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.- Overrides:
eppExtToZoneExtin classEPPRegistryPolicyAdapter- Parameters:
aEppExtensions- List of EPP extensions to adapt to a zone policy extension.- Returns:
- Matching launch phase policy extension if found;
nullotherwise.
-
zoneExtToEppExt
public EPPCodecComponent 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.- Overrides:
zoneExtToEppExtin classEPPRegistryPolicyAdapter- Parameters:
aZoneExtensions- List of zone policy extensions to adapt to an EPP extension for an info response.- Returns:
- Matching EPP extension for an info response if found;
nullotherwise.
-
-