public class ExtendedIntermediateResponse extends ExtendedResponse implements IntermediateResponse
| Constructor and Description |
|---|
ExtendedIntermediateResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseName()
Get the original response OID.
|
byte[] |
getResponseValue()
Get the associated response value
|
void |
setResponseName(String responseName)
Sets the original response OID
|
void |
setResponseValue(byte[] responseValue)
Sets the response's value
|
getOid, getValue, setOid, setValuegetLdapResult, setLdapResult, toStringadd, getControl, getControls, getMessageId, hasControl, remove, setMessageIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, getControl, getControls, getMessageId, hasControl, remove, setMessageIdpublic String getResponseName()
getResponseName in interface IntermediateResponsepublic byte[] getResponseValue()
getResponseValue in interface IntermediateResponsepublic void setResponseName(String responseName)
setResponseName in interface IntermediateResponseresponseName - The response OIDpublic void setResponseValue(byte[] responseValue)
setResponseValue in interface IntermediateResponseresponseValue - The associated response's valueCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.