public final class DomainIdnaResponseExtension extends ResponseExtension
CHK_DATA, CREATE, DATA, EXTENSION_EXPR, INFO, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainIdnaResponseExtension(java.lang.String responseType) |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(XMLDocument xmlDoc)
Initialises the instance from the given XML document.
|
java.lang.String |
getCanonicalForm() |
java.lang.String |
getLanguage() |
java.lang.String |
getUserFormName() |
boolean |
isInitialised()
Indicates whether fromXML() completed successfully and the extension was
successfully initialised from the EPP response.
|
replaceResponseType
public DomainIdnaResponseExtension(java.lang.String responseType)
public void fromXML(XMLDocument xmlDoc) throws javax.xml.xpath.XPathExpressionException
ResponseExtension
fromXML
in class ResponseExtension
xmlDoc
- EPP Response XMLjavax.xml.xpath.XPathExpressionException
ResponseExtension.fromXML(com.ausregistry.jtoolkit2.xml.XMLDocument)
public java.lang.String getUserFormName()
public java.lang.String getLanguage()
public java.lang.String getCanonicalForm()
public boolean isInitialised()
ResponseExtension
isInitialised
in class ResponseExtension