|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PendingRequest
Request the result of a finished (previously) pending request.
[111] The PendingRequest element is used to request the result of a
previously presented request for which the ResultMajor code 'Pending' was
returned. The PendingRequest element inherits the element and attributes of
XRequestAbstractType and the following attribute:
ResponseId [Required]
The value of the Id attribute sent in the original response containing the
ResultMajor code 'Pending'.
[112] If the value of ResponseId is unknown to the service the result 'Sender.UnknownResponseId' is returned.
[112a] The RespondWith element MUST NOT be present inside a
PendingRequest element.
| Method Summary | |
|---|---|
NCName |
getResponseId()
Gets ResponseId of this request. |
void |
setResponseId(NCName id)
Sets ResponseId of this request. |
| Methods inherited from interface XMessageAbstractType |
|---|
addDefaults, addOpaqueClientData, clearOpaqueClientData, getId, getMessageName, getNonce, getOpaqueClientData, getRequestSignatureValue, getService, getSignatureCertificate, hasSignature, isValid, setId, setNonce, setService, setSignature, toString |
| Method Detail |
|---|
void setResponseId(NCName id)
ResponseId of this request.
id - new value for ResponseIdNCName getResponseId()
ResponseId of this request.
ResponseId of this request
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||