Class EPPAllocationTokenInfo
java.lang.Object
com.verisign.epp.codec.allocationtoken.EPPAllocationTokenInfo
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Extension to the domain info command to the allocation token associated with
the domain name.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()CloneEPPAllocationTokenInfo.voidDecode the DOM element to theEPPAllocationTokenInfo.Encode theEPPAllocationTokenInfoto a DOM Elementbooleanimplements a deepEPPAllocationTokenInfocompare.Returns the XML namespace associated with theEPPCodecComponent.
-
Field Details
-
ELM_LOCALNAME
Constant for the launch phase info extension local name- See Also:
-
ELM_NAME
Constant for the launch phase info extension tag- See Also:
-
-
Constructor Details
-
EPPAllocationTokenInfo
public EPPAllocationTokenInfo()Create anEPPAllocationTokenInfoinstance
-
-
Method Details
-
encode
Encode theEPPAllocationTokenInfoto a DOM Element- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- a DOM Document to attach data to.- Returns:
- The root element of this component.
- Throws:
EPPEncodeException- Thrown if any errors prevent encoding.
-
decode
Decode the DOM element to theEPPAllocationTokenInfo.- Specified by:
decodein interfaceEPPCodecComponent- Parameters:
aElement- DOM Element to decode the attribute values- Throws:
EPPDecodeException- Error decoding the DOM Element
-
equals
implements a deepEPPAllocationTokenInfocompare. -
clone
CloneEPPAllocationTokenInfo.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- clone of
EPPAllocationTokenInfo - Throws:
CloneNotSupportedException- standard Object.clone exception
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Specified by:
getNamespacein interfaceEPPCodecComponent- Returns:
- XML namespace for the
EPPCodecComponent.
-