org.ldaptive.intermediate
Class IntermediateResponseFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 responseencoded - BER encoding of the responseresponseControls - associated with this responsemsgId - message id associated with this response
- Returns:
- intermediate response
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.