|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LocateResult
Response of a LocateRequest.
[221] The locate response message contains a <LocateResult> element
with:
<UnverifiedKeyBinding> [Any Number]
A sequence of <UnverifiedKeyBinding> key binding that match the key
binding query specified in the corresponding request. If no results are found
the sequence is empty and the result code 'NoMatch' is returned. In some
circumstances a Locate operation MAY return multiple matching results.
| Method Summary | |
|---|---|
void |
addUnverifiedKeyBinding(UnverifiedKeyBinding ukb)
Adds an UnverifiedKeyBinding to this result. |
List<UnverifiedKeyBinding> |
getUnverifiedKeyBinding()
Gets a List of all UnverifiedKeyBindings of
this result. |
| Methods inherited from interface XResultType |
|---|
addStandardReplyData, getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinor |
| Methods inherited from interface XMessageAbstractType |
|---|
addDefaults, addOpaqueClientData, clearOpaqueClientData, getId, getMessageName, getNonce, getOpaqueClientData, getService, getSignatureCertificate, hasSignature, isValid, setId, setNonce, setService, setSignature, toString |
| Method Detail |
|---|
void addUnverifiedKeyBinding(UnverifiedKeyBinding ukb)
UnverifiedKeyBinding to this result.
ukb - UnverifiedKeyBinding to addList<UnverifiedKeyBinding> getUnverifiedKeyBinding()
List of all UnverifiedKeyBindings of
this result.
List of all UnverifiedKeyBindings
of this result
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||