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

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

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 TwixTransformer.transform(java.lang.Object obj)
          Transform the Twix message to a codec neutral message.
static InternalMessage TwixTransformer.transformAbandonRequest(LdapMessageCodec twixMessage, int messageId)
          Transform an AbandonRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformAddRequest(LdapMessageCodec twixMessage, int messageId)
          Transform an AddRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformBindRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a BindRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformBindResponse(LdapMessageCodec twixMessage, int messageId)
          Transform a BindResponse message from a TwixMessage to a SnickersMessage.
static InternalMessage TwixTransformer.transformCompareRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a CompareRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformDelRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a DelRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformExtendedRequest(LdapMessageCodec twixMessage, int messageId)
          Transform an ExtendedRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformModifyDNRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a ModifyDNRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformModifyRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a ModifyRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformSearchRequest(LdapMessageCodec twixMessage, int messageId)
          Transform a SearchRequest message from a TwixMessage to a SnickersMessage
static InternalMessage TwixTransformer.transformUnBindRequest(LdapMessageCodec twixMessage, int messageId)
          Transform an UnBindRequest message from a TwixMessage to a SnickersMessage
 

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 TwixTransformer.transform(InternalMessage msg)
          Transform the Snickers message to a Twix message.
static void TwixTransformer.transformAddResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers AddResponse to a Twix AddResponse
static void TwixTransformer.transformBindRequest(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers BindRequest to a Twix BindRequest
static void TwixTransformer.transformBindResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers BindResponse to a Twix BindResponse
static void TwixTransformer.transformCompareResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers CompareResponse to a Twix CompareResponse
static void TwixTransformer.transformControls(LdapMessageCodec twixMessage, InternalMessage msg)
          Transforms the controls
static void TwixTransformer.transformControlsTwixToSnickers(LdapMessageCodec twixMessage, InternalMessage msg)
          TODO finish this implementation.
static void TwixTransformer.transformDelResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers DelResponse to a Twix DelResponse
static void TwixTransformer.transformExtendedResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers ExtendedResponse to a Twix ExtendedResponse
static void TwixTransformer.transformModifyDNResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers ModifyDNResponse to a Twix ModifyDNResponse
static void TwixTransformer.transformModifyResponse(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers ModifyResponse to a Twix ModifyResponse
static void TwixTransformer.transformSearchResultDone(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers SearchResponseDone to a Twix SearchResultDone
static void TwixTransformer.transformSearchResultEntry(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers SearchResponseEntry to a Twix SearchResultEntry
static void TwixTransformer.transformSearchResultReference(LdapMessageCodec twixMessage, InternalMessage snickersMessage)
          Transform a Snickers SearchResponseReference to a Twix SearchResultReference
 

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

Subinterfaces of InternalMessage in org.apache.directory.shared.ldap.message
 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 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.
 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 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.
 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
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.