public class SearchIntermediateResponse extends AbstractMessage implements IntermediateResponse, SearchResponse
Constructor and Description |
---|
SearchIntermediateResponse() |
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
|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString
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.