public class EPPLaunchPolicyAdapter extends EPPRegistryPolicyAdapter
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 and Description |
---|
EPPLaunchPolicyAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
getSystemExt
public EPPRegistryZoneInterface eppExtToZoneExt(java.util.List<EPPCodecComponent> aEppExtensions)
eppExtToZoneExt
in class EPPRegistryPolicyAdapter
aEppExtensions
- List of EPP extensions to adapt to a zone policy extension.null
otherwise.public EPPCodecComponent zoneExtToEppExt(java.util.List<EPPRegistryZoneInterface> aZoneExtensions)
zoneExtToEppExt
in class EPPRegistryPolicyAdapter
aZoneExtensions
- List of zone policy extensions to adapt to an EPP extension for
an info response.null
otherwise.