org.ldaptive
Interface ResponseMessage

All Superinterfaces:
Message<ResponseControl>
All Known Subinterfaces:
IntermediateResponse
All Known Implementing Classes:
AbstractIntermediateResponse, ActivationException, AuthenticationHandlerResponse, AuthenticationResponse, BlockingTimeoutException, ConnectionException, FutureResponse, LdapException, OperationException, PoolException, PoolExhaustedException, PoolInterruptedException, Response, SearchEntry, SearchReference, SyncInfoMessage, ValidationException

public interface ResponseMessage
extends Message<ResponseControl>

Interface for ldap response messages.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 ResponseControl getControl(String oid)
          Returns the first response control with the supplied OID for this response message.
 int getMessageId()
          Returns the message ID for this response message.
 
Methods inherited from interface org.ldaptive.Message
getControls
 

Method Detail

getControl

ResponseControl getControl(String oid)
Returns the first response control with the supplied OID for this response message.

Parameters:
oid - of the response control to return
Returns:
response control or null if control could not be found

getMessageId

int getMessageId()
Returns the message ID for this response message.

Returns:
message id


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.