|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of response valuepublic interface ExtendedResponse<T>
Marker interface for ldap extended responses.
| Method Summary | |
|---|---|
void |
decode(byte[] encoded)
Initializes this response with the supplied BER encoded data. |
String |
getOID()
Returns the OID for this extended response. |
T |
getValue()
Returns the response value associated with this extended operation or null if no value was generated by this operation. |
| Method Detail |
|---|
String getOID()
void decode(byte[] encoded)
encoded - BER encoded responseT getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||