org.ldaptive.intermediate
Class IntermediateResponseFactory

java.lang.Object
  extended by org.ldaptive.intermediate.IntermediateResponseFactory

public final class IntermediateResponseFactory
extends Object

Utility class for creating intermediate responses.

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

Method Summary
static IntermediateResponse createIntermediateResponse(String oid, byte[] encoded, ResponseControl[] responseControls, int msgId)
          Creates an intermediate response from the supplied response data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIntermediateResponse

public static IntermediateResponse createIntermediateResponse(String oid,
                                                              byte[] encoded,
                                                              ResponseControl[] responseControls,
                                                              int msgId)
Creates an intermediate response from the supplied response data.

Parameters:
oid - of the response
encoded - BER encoding of the response
responseControls - associated with this response
msgId - message id associated with this response
Returns:
intermediate response


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