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, setValue
getLdapResult, setLdapResult, toString
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
public String getResponseName()
getResponseName
in interface IntermediateResponse
public byte[] getResponseValue()
getResponseValue
in interface IntermediateResponse
public void setResponseName(String responseName)
setResponseName
in interface IntermediateResponse
responseName
- The response OIDpublic void setResponseValue(byte[] responseValue)
setResponseValue
in interface IntermediateResponse
responseValue
- The associated response's valueCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.