Class AbstractResultResponseDsml<E extends ResultResponse>
- java.lang.Object
-
- org.apache.directory.api.dsmlv2.AbstractDsmlMessageDecorator<E>
-
- org.apache.directory.api.dsmlv2.response.AbstractResponseDsml<E>
-
- org.apache.directory.api.dsmlv2.response.AbstractResultResponseDsml<E>
-
- Type Parameters:
E- The response result type
- All Implemented Interfaces:
DsmlDecorator<E>,Message,Response,ResultResponse
- Direct Known Subclasses:
AddResponseDsml,BindResponseDsml,CompareResponseDsml,DelResponseDsml,ExtendedResponseDsml,ModDNResponseDsml,ModifyResponseDsml,SearchResultDoneDsml
public abstract class AbstractResultResponseDsml<E extends ResultResponse> extends AbstractResponseDsml<E> implements ResultResponse
Base class for all DSML responses.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description AbstractResultResponseDsml(LdapApiService codec, E resultResponse)Instantiates a new abstract DSML response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapResultgetLdapResult()Gets the LdapResult components of this Response.-
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.dsmlv2.DsmlDecorator
toDsml
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
-
-
-
-
Constructor Detail
-
AbstractResultResponseDsml
public AbstractResultResponseDsml(LdapApiService codec, E resultResponse)
Instantiates a new abstract DSML response.- Parameters:
codec- The LDAP Service to useresultResponse- the LDAP message to decorate
-
-
Method Detail
-
getLdapResult
public LdapResult getLdapResult()
Gets the LdapResult components of this Response.- Specified by:
getLdapResultin interfaceResultResponse- Returns:
- the LdapResult for this Response.
-
-