org.apache.directory.shared.dsmlv2.reponse
Class LdapResponseDecorator

java.lang.Object
  extended by org.apache.directory.shared.asn1.AbstractAsn1Object
      extended by org.apache.directory.shared.ldap.codec.LdapMessageCodec
          extended by org.apache.directory.shared.dsmlv2.LdapMessageDecorator
              extended by org.apache.directory.shared.dsmlv2.reponse.LdapResponseDecorator
All Implemented Interfaces:
Asn1Object
Direct Known Subclasses:
AddResponseDsml, AuthResponseDsml, CompareResponseDsml, DelResponseDsml, ExtendedResponseDsml, ModDNResponseDsml, ModifyResponseDsml, SearchResponseDsml, SearchResultDoneDsml, SearchResultEntryDsml, SearchResultReferenceDsml

public abstract class LdapResponseDecorator
extends LdapMessageDecorator

Decorator abstract class for LdapResponse

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.dsmlv2.LdapMessageDecorator
instance
 
Fields inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec
ldapMessageLength
 
Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
parent
 
Constructor Summary
LdapResponseDecorator(LdapMessageCodec ldapMessage)
          Creates a new instance of LdapResponseDecorator.
 
Method Summary
 int getLdapResponseLength()
           
 LdapResultCodec getLdapResult()
           
 void setLdapResult(LdapResultCodec ldapResult)
           
 
Methods inherited from class org.apache.directory.shared.dsmlv2.LdapMessageDecorator
addControl, addLength, computeLength, computeLengthProtocolOp, encode, encodeProtocolOp, getAbandonRequest, getAddRequest, getAddResponse, getBindRequest, getBindResponse, getCompareRequest, getCompareResponse, getControls, getControls, getCurrentControl, getCurrentLength, getDelRequest, getDelResponse, getExpectedLength, getExtendedRequest, getExtendedResponse, getLdapResponse, getMessageId, getMessageType, getMessageTypeName, getModifyDNRequest, getModifyDNResponse, getModifyRequest, getModifyResponse, getParent, getSearchRequest, getSearchResultDone, getSearchResultEntry, getSearchResultReference, getUnBindRequest, setCurrentLength, setExpectedLength, setMessageId, setParent, toString
 
Methods inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec
addControls, encode, getCodecControl, initControls, toString
 
Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
getTlvId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapResponseDecorator

public LdapResponseDecorator(LdapMessageCodec ldapMessage)
Creates a new instance of LdapResponseDecorator.

Parameters:
ldapMessage - the message to decorate
Method Detail

getLdapResponseLength

public int getLdapResponseLength()

getLdapResult

public LdapResultCodec getLdapResult()

setLdapResult

public void setLdapResult(LdapResultCodec ldapResult)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.