org.apache.directory.shared.ldap.message
Interface ResultResponse

All Superinterfaces:
Message, Response
All Known Subinterfaces:
AddResponse, BindResponse, CompareResponse, DeleteResponse, ExtendedResponse, ModifyDnResponse, ModifyResponse, SearchResponseDone
All Known Implementing Classes:
AbstractResultResponse, AddResponseImpl, BindResponseImpl, CompareResponseImpl, DeleteResponseImpl, ExtendedResponseImpl, ModifyDnResponseImpl, ModifyResponseImpl, SearchResponseDoneImpl

public interface ResultResponse
extends Response

An LDAP Response that contains an LDAPResult structure within it.

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

Method Summary
 LdapResult getLdapResult()
          Gets the LdapResult components of this Response.
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Method Detail

getLdapResult

public LdapResult getLdapResult()
Gets the LdapResult components of this Response.

Returns:
the LdapResult for this Response.


Copyright © 2003-2006 . All Rights Reserved.