org.apache.directory.shared.ldap.message.internal
Interface InternalIntermediateResponse

All Superinterfaces:
InternalMessage, InternalResponse
All Known Implementing Classes:
IntermediateResponseImpl

public interface InternalIntermediateResponse
extends InternalResponse

Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).

Version:
$Revision: 905344 $
Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Intermediate response message type enumeration value
 
Method Summary
 java.lang.String getResponseName()
          Gets the response name
 byte[] getResponseValue()
          Gets the ResponseValue.
 void setResponseName(java.lang.String oid)
          Sets the response name.
 void setResponseValue(byte[] value)
          Sets the respponseValue
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Intermediate response message type enumeration value

Method Detail

getResponseName

java.lang.String getResponseName()
Gets the response name

Returns:
the ResponseName OID

setResponseName

void setResponseName(java.lang.String oid)
Sets the response name.

Parameters:
oid - the ResponseName

getResponseValue

byte[] getResponseValue()
Gets the ResponseValue.

Returns:
the responseValue

setResponseValue

void setResponseValue(byte[] value)
Sets the respponseValue

Parameters:
value - The responseValue


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