org.apache.directory.api.ldap.model.message
Interface Request

All Superinterfaces:
Message
All Known Subinterfaces:
AbandonableRequest, AbandonableResultResponseRequest<R>, AbandonRequest, AddRequest, BindRequest, CancelRequest, CertGenerationRequest, CompareRequest, DeleteRequest, ExtendedRequest<R>, GracefulShutdownRequest, ManyReplyRequest<R>, ModifyDnRequest, ModifyRequest, ResultResponseRequest<R>, SearchRequest, SingleReplyRequest<R>, StoredProcedureRequest, UnbindRequest
All Known Implementing Classes:
AbandonableRequestDecorator, AbandonableResultResponseRequestDecorator, AbandonRequestDecorator, AbandonRequestDsml, AbandonRequestImpl, AbstractAbandonableRequest, AbstractExtendedRequest, AbstractRequest, AbstractRequestDsml, AbstractResultResponseRequestDsml, AddRequestDecorator, AddRequestDsml, AddRequestImpl, BindRequestDecorator, BindRequestDsml, BindRequestImpl, CancelRequestDecorator, CancelRequestImpl, CertGenerationRequestDecorator, CertGenerationRequestImpl, CompareRequestDecorator, CompareRequestDsml, CompareRequestImpl, DeleteRequestDecorator, DeleteRequestImpl, DelRequestDsml, ExtendedRequestDecorator, ExtendedRequestDsml, ExtendedRequestImpl, GracefulShutdownRequestDecorator, GracefulShutdownRequestImpl, ModifyDnRequestDecorator, ModifyDNRequestDsml, ModifyDnRequestImpl, ModifyRequestDecorator, ModifyRequestDsml, ModifyRequestImpl, RequestDecorator, ResultResponseRequestDecorator, SearchRequestDecorator, SearchRequestDsml, SearchRequestImpl, SingleReplyRequestDecorator, StoredProcedureRequestDecorator, StoredProcedureRequestImpl, UnbindRequestDecorator, UnbindRequestImpl

public interface Request
extends Message

Ldap protocol request messages derive from this super interface.

Author:
Apache Directory Project

Method Summary
 boolean hasResponse()
          Tests to see if this Request produces one or more response types.
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Method Detail

hasResponse

boolean hasResponse()
Tests to see if this Request produces one or more response types.

Returns:
true if a response can be expected, false otherwise.


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