public abstract class CreateResponse extends DataResponse
CreateCommand.
This relies on the instance first being initialised by a suitable EPP create
response using the method fromXML. For flexibility, this implementation
extracts the data from the response using XPath queries, the expressions for
which are defined statically.CreateCommand,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CR_DATE_EXPR |
protected static java.lang.String |
CRE_DATA_EXPR |
protected static java.lang.String |
OBJ |
RES_DATA_EXPRRESPONSE_EXPR, resultArraydebugLogger, maintLogger, userLogger| Constructor and Description |
|---|
CreateResponse(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
crDateExpr() |
void |
fromXML(XMLDocument xmlDoc)
Set attribute values according to the given XML document.
|
java.util.GregorianCalendar |
getCreateDate() |
getCmdType, getObjTypegetCLTRID, getMessage, getMessageEnqueueDate, getMessageLanguage, getMsgCount, getMsgID, getResults, getSourceXMLString, getSVTRID, registerExtension, toStringarrayToString, replaceIndex, toXMLprotected static final java.lang.String OBJ
protected static final java.lang.String CRE_DATA_EXPR
protected static final java.lang.String CR_DATE_EXPR
public CreateResponse(ObjectType objectType)
public java.util.GregorianCalendar getCreateDate()
public void fromXML(XMLDocument xmlDoc)
ReceiveSEprotected abstract java.lang.String crDateExpr()