org.apache.directory.api.dsmlv2.reponse
Class AbstractResponseDsml<E extends Response>

java.lang.Object
  extended by org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator<E>
      extended by org.apache.directory.api.dsmlv2.reponse.AbstractResponseDsml<E>
All Implemented Interfaces:
DsmlDecorator<E>, Message, Response
Direct Known Subclasses:
AbstractResultResponseDsml, SearchResponseDsml, SearchResultEntryDsml, SearchResultReferenceDsml

public abstract class AbstractResponseDsml<E extends Response>
extends AbstractDsmlMessageDecorator<E>
implements Response

Base class for all DSML responses.

Author:
Apache Directory Project

Constructor Summary
AbstractResponseDsml(LdapApiService codec, E response)
          Instantiates a new abstract DSML response.
 
Method Summary
 
Methods inherited from class org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator
addAllControls, addControl, get, getCodecService, getControl, getControls, getCurrentControl, getDecorated, getMessageId, getType, hasControl, put, removeControl, setMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 
Methods inherited from interface org.apache.directory.api.dsmlv2.DsmlDecorator
toDsml
 

Constructor Detail

AbstractResponseDsml

public AbstractResponseDsml(LdapApiService codec,
                            E response)
Instantiates a new abstract DSML response.

Parameters:
response - the LDAP response message to decorate


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.