public final class DomainInfoUnspecResponseExtension extends ResponseExtension
Representation of the EPP Contact Info response for the Neulevel Unspec Extension.
Use this to get information about a domain. Such a service element is sent by a compliant EPP server in response to a valid Domain Info command with the Neulevel Unspec extension.
For flexibility, this implementation extracts the data from the response using XPath queries, the expressions for which are defined statically.
DomainInfoUnspecResponseExtension
,
Serialized FormCHK_DATA, CREATE, DATA, EXTENSION_EXPR, INFO, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainInfoUnspecResponseExtension() |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(XMLDocument xmlDoc)
Initialises the instance from the given XML document.
|
java.lang.String |
getUnspecDetails() |
boolean |
isInitialised()
Indicates whether fromXML() completed successfully and the extension was
successfully initialised from the EPP response.
|
replaceResponseType
public void fromXML(XMLDocument xmlDoc) throws javax.xml.xpath.XPathExpressionException
ResponseExtension
fromXML
in class ResponseExtension
xmlDoc
- EPP Response XMLjavax.xml.xpath.XPathExpressionException
public boolean isInitialised()
ResponseExtension
isInitialised
in class ResponseExtension
public java.lang.String getUnspecDetails()