Uses of Interface
org.apache.directory.shared.ldap.message.internal.InternalMessage

Packages that use InternalMessage
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.extended   
org.apache.directory.shared.ldap.message.internal   
 

Uses of InternalMessage in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec that return InternalMessage
 InternalMessage ResponseCarryingException.getResponse()
          Get the constructed response
static InternalMessage LdapTransformer.transform(java.lang.Object obj)
          Transform the Codec message to a internal message.
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type InternalMessage
 void ResponseCarryingException.setResponse(InternalMessage response)
          Set a response if we get an exception while parsing the message
static java.lang.Object LdapTransformer.transform(InternalMessage msg)
          Transform the internal message to a codec message.
 

Uses of InternalMessage in org.apache.directory.shared.ldap.message
 

Subinterfaces of InternalMessage in org.apache.directory.shared.ldap.message
 interface ManyReplyRequest
          A request that can generate zero, one, or more heterogenous responses for a single request.
 interface SingleReplyRequest
          Super interface for all request messages returning only one type of response.
 

Classes in org.apache.directory.shared.ldap.message that implement InternalMessage
 class AbandonRequestImpl
          Implementation of an AbandonRequest.
 class AbstractAbandonableRequest
          The base abandonable request message class.
 class AddRequestImpl
          Lockable add request implemenation.
 class AddResponseImpl
          AddResponse implementation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class BindResponseImpl
          BindResponse implementation.
 class CompareRequestImpl
          Comparison request implementation.
 class CompareResponseImpl
          CompareResponse implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class DeleteResponseImpl
          DeleteResponse implementation
 class ExtendedRequestImpl
          ExtendedRequest implementation.
 class ExtendedResponseImpl
          Lockable ExtendedResponse implementation
 class IntermediateResponseImpl
          IntermediateResponse implementation
 class ModifyDnRequestImpl
          Lockable ModifyDNRequest implementation.
 class ModifyDnResponseImpl
          Lockable ModifyDnResponse implementation
 class ModifyRequestImpl
          Lockable ModifyRequest implementation.
 class ModifyResponseImpl
          Lockable ModifyResponse implementation
 class SearchRequestImpl
          Lockable SearchRequest implementation.
 class SearchResponseDoneImpl
          SearchResponseDone implementation
 class SearchResponseEntryImpl
          Lockable SearchResponseEntry implementation
 class SearchResponseReferenceImpl
          SearchResponseReference implementation
 class UnbindRequestImpl
          Lockable UnbindRequest implementation.
 

Methods in org.apache.directory.shared.ldap.message that return InternalMessage
 InternalMessage ResponseCarryingMessageException.getResponse()
          Get the constructed response
 

Methods in org.apache.directory.shared.ldap.message with parameters of type InternalMessage
 void ResponseCarryingMessageException.setResponse(InternalMessage response)
          Set a response if we get an exception while parsing the message
 

Uses of InternalMessage in org.apache.directory.shared.ldap.message.extended
 

Classes in org.apache.directory.shared.ldap.message.extended that implement InternalMessage
 class CancelRequest
          Implement the extended Cancel Request as described in RFC 3909.
 class CancelResponse
          The response sent back from the server after the Cancel extended operation is performed.
 class CertGenerationRequest
          An extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.
 class CertGenerationResponse
          The response sent back from the server after the CertGeneration extended operation is performed.
 class GracefulDisconnect
          An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
 class GracefulShutdownRequest
          An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
 class GracefulShutdownResponse
          The response sent back from the server when a GracefulShutdownRequest extended operation is sent.
 class LaunchDiagnosticUiRequest
          An extended operation which launches an internal diagnostic UI.
 class LaunchDiagnosticUiResponse
          The response sent back from the server with a LaunchDiagnosticUiRequest extended operation.
 class NoticeOfDisconnect
          An extended operation intended for notifying clients of upcoming disconnection.
 class StoredProcedureRequest
          An extended operation requesting the server to execute a stored procedure.
 class StoredProcedureResponse
           
 

Uses of InternalMessage in org.apache.directory.shared.ldap.message.internal
 

Subinterfaces of InternalMessage in org.apache.directory.shared.ldap.message.internal
 interface InternalAbandonableRequest
          A request which can be abandoned.
 interface InternalAbandonRequest
          Abandon protocol operation request to terminate an operation already in progress.
 interface InternalAddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface InternalAddResponse
          Add protocol response message used to confirm the results of a add request message.
 interface InternalBindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface InternalBindResponse
          Bind protocol response message used to confirm the results of a bind request message.
 interface InternalCompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface InternalCompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
 interface InternalDeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface InternalDeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
 interface InternalExtendedRequest
          Extended protocol request message used to add to more operations to the protocol.
 interface InternalExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
 interface InternalIntermediateResponse
          Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
 interface InternalModifyDnRequest
          Modify DN request protocol message used to rename or move an existing entry in the directory.
 interface InternalModifyDnResponse
          Modify DN protocol response message used to confirm the results of a modify DN request message.
 interface InternalModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 interface InternalModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
 interface InternalRequest
          Ldap protocol request messages derive from this super interface.
 interface InternalResponse
          Super interface used as a marker for all protocol response type messages.
 interface InternalResultResponse
          An LDAP Response that contains an LDAPResult structure within it.
 interface InternalResultResponseRequest
          A request who's one or more responses contains an LdapResult.
 interface InternalSearchRequest
          Search request protocol message interface.
 interface InternalSearchResponseDone
          Search done protocol response message used to indicate the completion of a search request message.
 interface InternalSearchResponseEntry
          Search entry protocol response message used to return non referral entries to the client in response to a search request message.
 interface InternalSearchResponseReference
          Search reference protocol response message used to return referrals to the client in response to a search request message.
 interface InternalUnbindRequest
          Unbind protocol request message used to end a client session.
 

Classes in org.apache.directory.shared.ldap.message.internal that implement InternalMessage
 class InternalAbstractMessage
          Abstract message base class.
 class InternalAbstractRequest
          The base request message class.
 class InternalAbstractResponse
          Abstract base for a Lockable Response message.
 class InternalAbstractResultResponse
          Abstract base for a Lockable ResultResponse message.
 



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