org.pfsw.tools.beluga.ldap.protocol
Class LDAPResponseBuilder

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.protocol.LDAPProtocol
      extended by org.pfsw.tools.beluga.ldap.protocol.LDAPResponseBuilder

public class LDAPResponseBuilder
extends LDAPProtocol

This builder creates byte arrays that can be transmitted over a connection according to LDAPv3 (RFC-2251).

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
LDAPResponseBuilder()
          Initialize the new instance with default values.
 
Method Summary
 byte[] buildResponseData(ResponseMessage response)
          Converts the given response message to a ASN.1 encoded message according to the LDAPv3 specification.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPResponseBuilder

public LDAPResponseBuilder()
Initialize the new instance with default values.

Method Detail

buildResponseData

public byte[] buildResponseData(ResponseMessage response)
Converts the given response message to a ASN.1 encoded message according to the LDAPv3 specification.



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.