org.apache.directory.ldap.client.api.message
Class SearchIntermediateResponse

java.lang.Object
  extended by org.apache.directory.ldap.client.api.message.AbstractMessage
      extended by org.apache.directory.ldap.client.api.message.SearchIntermediateResponse
All Implemented Interfaces:
IntermediateResponse, Message, Response, SearchResponse

public class SearchIntermediateResponse
extends AbstractMessage
implements IntermediateResponse, SearchResponse

IntermediateResponse received during the search operation

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
SearchIntermediateResponse()
           
 
Method Summary
 java.lang.String getResponseName()
          Get the original response OID.
 byte[] getResponseValue()
          Get the associated response value
 void setResponseName(java.lang.String responseName)
          Sets the original response OID
 void setResponseValue(byte[] responseValue)
          Sets the response's value
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 

Constructor Detail

SearchIntermediateResponse

public SearchIntermediateResponse()
Method Detail

getResponseName

public java.lang.String getResponseName()
Get the original response OID.

Specified by:
getResponseName in interface IntermediateResponse
Returns:
The response OID

getResponseValue

public byte[] getResponseValue()
Get the associated response value

Specified by:
getResponseValue in interface IntermediateResponse
Returns:
The response value

setResponseName

public void setResponseName(java.lang.String responseName)
Sets the original response OID

Specified by:
setResponseName in interface IntermediateResponse
Parameters:
responseName - The response OID

setResponseValue

public void setResponseValue(byte[] responseValue)
Sets the response's value

Specified by:
setResponseValue in interface IntermediateResponse
Parameters:
responseValue - The associated response's value


Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.