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 FormModifier 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_EXPR
RESPONSE_EXPR, resultArray
debugLogger, 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, getObjType
getCLTRID, getMessage, getMessageEnqueueDate, getMessageLanguage, getMsgCount, getMsgID, getResults, getSourceXMLString, getSVTRID, registerExtension, toString
arrayToString, replaceIndex, toXML
protected 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)
ReceiveSE
protected abstract java.lang.String crDateExpr()