org.ldaptive.extended
Class ExtendedResponseFactory

java.lang.Object
  extended by org.ldaptive.extended.ExtendedResponseFactory

public final class ExtendedResponseFactory
extends Object

Utility class for creating extended responses.

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

Method Summary
static ExtendedResponse<?> createExtendedResponse(String requestOID, String responseOID, byte[] encoded)
          Creates an extended 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

createExtendedResponse

public static ExtendedResponse<?> createExtendedResponse(String requestOID,
                                                         String responseOID,
                                                         byte[] encoded)
Creates an extended response from the supplied response data.

Parameters:
requestOID - of the extended request
responseOID - of the extended response
encoded - BER encoding of the extended response
Returns:
extended response


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