Uses of Interface
org.apache.directory.shared.ldap.message.Message

Packages that use Message
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.spi   
 

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

Methods in org.apache.directory.shared.ldap.codec that return Message
 Message TwixTransformer.transform(java.lang.Object obj)
          Transform the Twix message to a Snickers message.
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type Message
 java.lang.Object TwixTransformer.transform(Message msg)
          Transform the Snickers message to a Twix message.
 

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

Subinterfaces of Message in org.apache.directory.shared.ldap.message
 interface AbandonableRequest
          A request which can be abandoned.
 interface AbandonRequest
          Abandon protocol operation request to terminate an operation already in progress.
 interface AddRequest
          Add protocol operation request used to add a new entry to the DIT.
 interface AddResponse
          Add protocol response message used to confirm the results of a add request message.
 interface BindRequest
          Bind protocol operation request which authenticates and begins a client session.
 interface BindResponse
          Bind protocol response message used to confirm the results of a bind request message.
 interface CompareRequest
          Compare request protocol message that tests an entry to see if it abides by an attribute value assertion.
 interface CompareResponse
          Compare protocol response message used to confirm the results of a compare request message.
 interface DeleteRequest
          Delete request protocol message used to remove an existing leaf entry from the directory.
 interface DeleteResponse
          Delete protocol response message used to confirm the results of a delete request message.
 interface ExtendedRequest
          Extended protocol request message used to add to more operations to the protocol.
 interface ExtendedResponse
          Extended protocol response message used to confirm the results of a extended request message.
 interface ManyReplyRequest
          A request that can generate zero, one, or more heterogenous responses for a single request.
 interface ModifyDnRequest
          Modify DN request protocol message used to rename or move an existing entry in the directory.
 interface ModifyDnResponse
          Modify DN protocol response message used to confirm the results of a modify DN request message.
 interface ModifyRequest
          Modify request protocol message used to alter the attributes and values of an existing entry.
 interface ModifyResponse
          Modify protocol response message used to confirm the results of a modify request message.
 interface Request
          Ldap protocol request messages derive from this super interface.
 interface Response
          Super interface used as a marker for all protocol response type messages.
 interface ResultResponse
          An LDAP Response that contains an LDAPResult structure within it.
 interface ResultResponseRequest
          A request who's one or more responses contains an LdapResult.
 interface SearchRequest
          Search request protocol message interface.
 interface SearchResponseDone
          Search done protocol response message used to indicate the completion of a search request message.
 interface SearchResponseEntry
          Search entry protocol response message used to return non referral entries to the client in response to a search request message.
 interface SearchResponseReference
          Search reference protocol response message used to return referrals to the client in response to a search request message.
 interface SingleReplyRequest
          Super interface for all request messages returning only one type of response.
 interface UnbindRequest
          Unbind protocol request message used to end a client session.
 

Classes in org.apache.directory.shared.ldap.message that implement Message
 class AbandonRequestImpl
          Lockable implementation of an AbandonRequest.
 class AbstractAbandonableRequest
          The base abandonable request message class.
 class AbstractMessage
          Abstract message base class.
 class AbstractRequest
          The base request message class.
 class AbstractResponse
          Abstract base for a Lockable Response message.
 class AbstractResultResponse
          Abstract base for a Lockable ResultResponse message.
 class AddRequestImpl
          Lockable add request implemenation.
 class AddResponseImpl
          Lockable AddResponse implementation.
 class BindRequestImpl
          Bind protocol operation request which authenticates and begins a client session.
 class BindResponseImpl
          Lockable BindResponse implementation.
 class CompareRequestImpl
          Lockable comparison request implementation.
 class CompareResponseImpl
          Lockable CompareResponse implementation.
 class DeleteRequestImpl
          Delete request implementation.
 class DeleteResponseImpl
          Lockable DeleteResponse implementation
 class ExtendedRequestImpl
          ExtendedRequest implementation.
 class ExtendedResponseImpl
          Lockable ExtendedResponse 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
          Lockable SearchResponseDone implementation
 class SearchResponseEntryImpl
          Lockable SearchResponseEntry implementation
 class SearchResponseReferenceImpl
          SearchResponseReference implementation
 class UnbindRequestImpl
          Lockable UnbindRequest implementation.
 

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

Classes in org.apache.directory.shared.ldap.message.extended that implement Message
 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.
 

Uses of Message in org.apache.directory.shared.ldap.message.spi
 

Methods in org.apache.directory.shared.ldap.message.spi that return Message
 Message TransformerSpi.transform(java.lang.Object a_obj)
          Transforms the containment tree rooted at some compiler stub object into a Message implementing object instance.
 

Methods in org.apache.directory.shared.ldap.message.spi with parameters of type Message
 java.lang.Object TransformerSpi.transform(Message a_msg)
          Transforms the agnostic Message representation of an LDAPv3 ASN.1 message envelope into a compiler generated and BER lib specific stub containment tree.
 



Copyright © 2003-2006 . All Rights Reserved.