org.ldaptive.intermediate
Interface IntermediateResponse

All Superinterfaces:
Message<ResponseControl>, ResponseMessage
All Known Implementing Classes:
AbstractIntermediateResponse, SyncInfoMessage

public interface IntermediateResponse
extends ResponseMessage

Interface for ldap intermediate responses.

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

Method Summary
 void decode(byte[] encoded)
          Initializes this response with the supplied BER encoded data.
 String getOID()
          Returns the OID for this response.
 
Methods inherited from interface org.ldaptive.ResponseMessage
getControl, getMessageId
 
Methods inherited from interface org.ldaptive.Message
getControls
 

Method Detail

getOID

String getOID()
Returns the OID for this response.

Returns:
oid

decode

void decode(byte[] encoded)
Initializes this response with the supplied BER encoded data.

Parameters:
encoded - BER encoded response value


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