public class DomainCreateApplicationLaunchResponseExtension extends ResponseExtension
Extension for the EPP Domain Create response, representing the Application Create aspect of the Domain Name Launch extension.
Use this to access create domain application data for a domain as provided in an EPP Domain Create response compliant with RFC5730 and RFC5731. Such a service element is sent by a compliant EPP server in response to a valid Domain Create 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 |
---|
DomainCreateApplicationLaunchResponseExtension() |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(XMLDocument xmlDoc)
Initialises the instance from the given XML document.
|
java.lang.String |
getId() |
java.lang.String |
getPhaseName() |
java.lang.String |
getPhaseType() |
boolean |
isInitialised()
Indicates whether fromXML() completed successfully and the extension was
successfully initialised from the EPP response.
|
replaceResponseType
public DomainCreateApplicationLaunchResponseExtension()
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 getId()
public java.lang.String getPhaseName()
public java.lang.String getPhaseType()