org.apache.directory.ldap.client.api.message
Class ExtendedIntermediateResponse
java.lang.Object
org.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.AbstractResponseWithResult
org.apache.directory.ldap.client.api.message.ExtendedResponse
org.apache.directory.ldap.client.api.message.ExtendedIntermediateResponse
- All Implemented Interfaces:
- IntermediateResponse, Message, Response, ResponseWithResult
public class ExtendedIntermediateResponse
- extends ExtendedResponse
- implements IntermediateResponse
IntermediateResponse received during the extended operation
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExtendedIntermediateResponse
public ExtendedIntermediateResponse()
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.