Class EPPLaunchPolicyAdapter
java.lang.Object
com.verisign.epp.framework.EPPRegistryPolicyAdapter
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyAdapter
EPPLaunchPolicyAdapter is used to adapt command EPP extensions (
EPPLaunchPolicyCreate and EPPLaunchPolicyUpdate) to its
contained EPPLaunchPolicyZone, and adapt a
EPPLaunchPolicyZone to a info response EPP extension (
EPPLaunchPolicyInfData).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneppExtToZoneExt(List<EPPCodecComponent> aEppExtensions) Adapt a list of EPP extensions used with a registry create or update to a matching launch phase policy extension.zoneExtToEppExt(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
-
Constructor Details
-
EPPLaunchPolicyAdapter
public EPPLaunchPolicyAdapter()
-
-
Method Details
-
eppExtToZoneExt
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
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.
-