|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openspml.message.SpmlRequest | +--org.openspml.message.CancelRequest
A class representing a cancelRequest
message.
Fields inherited from class org.openspml.message.SpmlRequest |
EXEC_ASYNCHRONOUS,
EXEC_SYNCHRONOUS |
Constructor Summary | |
CancelRequest()
|
|
CancelRequest(XmlElement e)
|
Method Summary | |
SpmlResponse |
createResponse()
Build an empty SpmlRequest object that corresponds to this request. |
java.lang.String |
getElementName()
Return the tag name for the request element. |
Methods inherited from class org.openspml.message.SpmlRequest |
dumpFile,
getIdentifier,
getIdentifierString,
getOperationalAttribute,
getOperationalAttributes,
getOperationalAttributeValue,
getRequestId,
isAsynchronous,
parseRequest,
parseRequest,
setAsynchronous,
setIdentifier,
setIdentifier,
setOperationalAttribute,
setOperationalAttribute,
setOperationalAttributes,
setRequestId,
toXml,
toXml |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CancelRequest()
public CancelRequest(XmlElement e)
Method Detail |
public SpmlResponse createResponse()
public java.lang.String getElementName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |