org.apache.directory.ldap.client.api.message
Interface IntermediateResponse

All Known Implementing Classes:
ExtendedIntermediateResponse, SearchIntermediateResponse

public interface IntermediateResponse

An class Intermediate responses.

Author:
Apache Directory Project

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
 

Method Detail

getResponseName

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

Returns:
The response OID

setResponseName

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

Parameters:
responseName - The response OID

getResponseValue

byte[] getResponseValue()
Get the associated response value

Returns:
The response value

setResponseValue

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

Parameters:
responseValue - The associated response's value


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