|
|||||||||
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.DeleteRequest
A class used to represent a deleteRequest
element.
Fields inherited from class org.openspml.message.SpmlRequest |
EXEC_ASYNCHRONOUS,
EXEC_SYNCHRONOUS |
Constructor Summary | |
DeleteRequest()
|
Method Summary | |
SpmlResponse |
createResponse()
Build an empty SpmlRequest object that corresponds to this request. |
java.lang.String |
getElementName()
SpmlRequest.toXml does it all, we have nothing to add beyond our specific element name. |
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 DeleteRequest()
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 |