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

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

public interface InternalSearchResponseReference
extends InternalResponse

Search reference protocol response message used to return referrals to the client in response to a search request message.

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

Field Summary
static MessageTypeEnum TYPE
          Search reference response message type enumeration value
 
Method Summary
 InternalReferral getReferral()
          Gets the sequence of LdapUrls as a Referral instance.
 void setReferral(InternalReferral a_referral)
          Sets the sequence of LdapUrls as a Referral instance.
 
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
Search reference response message type enumeration value

Method Detail

getReferral

InternalReferral getReferral()
Gets the sequence of LdapUrls as a Referral instance.

Returns:
the sequence of LdapUrls

setReferral

void setReferral(InternalReferral a_referral)
Sets the sequence of LdapUrls as a Referral instance.

Parameters:
a_referral - the sequence of LdapUrls


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