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

All Superinterfaces:
Message, Response
All Known Implementing Classes:
IntermediateResponseImpl

public interface IntermediateResponse
extends Response

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

Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Intermediate response message type enumeration value
 
Method Summary
 String getResponseName()
          Gets the response name
 byte[] getResponseValue()
          Gets the ResponseValue.
 void setResponseName(String oid)
          Sets the response name.
 void setResponseValue(byte[] value)
          Sets the respponseValue
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Intermediate response message type enumeration value

Method Detail

getResponseName

String getResponseName()
Gets the response name

Returns:
the ResponseName OID

setResponseName

void setResponseName(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-2013 The Apache Software Foundation. All Rights Reserved.