Uses of Interface
org.apache.directory.api.ldap.extras.extended.CancelResponse

Packages that use CancelResponse
org.apache.directory.api.ldap.extras.extended   
org.apache.directory.api.ldap.extras.extended.ads_impl.cancel   
 

Uses of CancelResponse in org.apache.directory.api.ldap.extras.extended
 

Classes in org.apache.directory.api.ldap.extras.extended that implement CancelResponse
 class CancelResponseImpl
          The response sent back from the server after the Cancel extended operation is performed.
 

Methods in org.apache.directory.api.ldap.extras.extended that return CancelResponse
 CancelResponse CancelRequestImpl.getResultResponse()
           
 

Uses of CancelResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel
 

Classes in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel that implement CancelResponse
 class CancelResponseDecorator
          A Decorator for CancelResponses.
 

Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel that return CancelResponse
 CancelResponse CancelFactory.newResponse(byte[] encodedValue)
          Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.
 

Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel that return types with arguments of type CancelResponse
 ExtendedRequestDecorator<CancelRequest,CancelResponse> CancelFactory.decorate(ExtendedRequest<?> modelRequest)
          Decorates a non-decorated request.
 ExtendedResponseDecorator<CancelResponse> CancelFactory.decorate(ExtendedResponse decoratedMessage)
          Decorates an ExtendedResponse which may or may not be of the expected type.
 

Constructors in org.apache.directory.api.ldap.extras.extended.ads_impl.cancel with parameters of type CancelResponse
CancelResponseDecorator(LdapApiService codec, CancelResponse decoratedMessage)
          Creates a new instance of CancelResponseDecorator.
 



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