public class DomainInfoLaunchResponseExtension extends ResponseExtension
Representation of the EPP Domain Info response for the Domain Name Launch extension.
Use this to get information about an application. Such a service element is sent by a compliant EPP server in response to a valid Domain Info command with the Domain Name Launch extension.
For flexibility, this implementation extracts the data from the response using XPath queries, the expressions for which are defined statically.
CHK_DATA, CREATE, DATA, EXTENSION_EXPR, INFO, RENEW, TRANSFER, UPDATE| Constructor and Description |
|---|
DomainInfoLaunchResponseExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(XMLDocument xmlDoc)
Initialises the instance from the given XML document.
|
java.lang.String |
getApplicationID() |
MarksList |
getMarksList() |
java.lang.String |
getPhaseName() |
java.lang.String |
getPhaseType() |
java.lang.String |
getStatus() |
java.lang.String |
getStatusName() |
boolean |
isInitialised()
Indicates whether fromXML() completed successfully and the extension was
successfully initialised from the EPP response.
|
replaceResponseTypepublic final void fromXML(XMLDocument xmlDoc) throws javax.xml.xpath.XPathExpressionException
ResponseExtensionfromXML in class ResponseExtensionxmlDoc - the XML to be processedjavax.xml.xpath.XPathExpressionExceptionpublic boolean isInitialised()
ResponseExtensionisInitialised in class ResponseExtensionpublic java.lang.String getPhaseType()
public java.lang.String getApplicationID()
public java.lang.String getPhaseName()
public java.lang.String getStatus()
public java.lang.String getStatusName()
public MarksList getMarksList()