All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
| Class |
Description |
| AbstractMechanism |
Base class for SASL Authentication Mechanism that implements the basic
methods of a Mechanism class.
|
| AmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint> |
Abstract base for all AmqpResource implementations to extend.
|
| AmqpAnonymousFallbackProducer |
Handles the case of anonymous JMS MessageProducers.
|
| AmqpClosedConnectionBuilder |
Specialized Builder that create a Connection that is intended to be immediately
closed.
|
| AmqpCodec |
AMQP Codec class used to hide the details of encode / decode
|
| AmqpConnection |
|
| AmqpConnectionBuilder |
Resource builder responsible for creating and opening an AmqpConnection instance.
|
| AmqpConnectionProperties |
Class used to examine the capabilities and connection properties of the
remote connection and provide that information to the client code in a
simpler and more easy to digest manner.
|
| AmqpConnectionSession |
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
|
| AmqpConnectionSessionBuilder |
Resource builder responsible for creating and opening an AmqpConnectionSession instance.
|
| AmqpConsumer |
AMQP Consumer object that is used to manage JMS MessageConsumer semantics.
|
| AmqpConsumerBuilder |
Resource builder responsible for creating and opening an AmqpConsumer instance.
|
| AmqpDestinationHelper |
A set of static utility method useful when mapping JmsDestination types to / from the AMQP
destination fields in a Message that's being sent or received.
|
| AmqpEventSink |
Interface used by classes that want to process AMQP events sent from
the transport layer.
|
| AmqpExceptionBuilder |
Used to provide a source for an exception based on some event such as
operation timed out, etc.
|
| AmqpFixedProducer |
AMQP Producer object that is used to manage JMS MessageProducer semantics.
|
| AmqpHeader |
Wraps around the proton Header object and provides an ability to
determine if the Header can be optimized out of message encodes
|
| AmqpJmsBytesMessageFacade |
A JmsBytesMessageFacade that wraps around Proton AMQP Message instances to provide
access to the underlying bytes contained in the message.
|
| AmqpJmsMapMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS MapMessage
type.
|
| AmqpJmsMessageFacade |
|
| AmqpJmsMessageFactory |
AMQP Message Factory instance used to create new JmsMessage types that wrap an
Proton AMQP Message.
|
| AmqpJmsMessagePropertyIntercepter |
Utility class used to intercept calls to Message property sets and gets and map the
correct AMQP fields to the property name being accessed.
|
| AmqpJmsNoLocalType |
A Described Type wrapper for JMS no local option for MessageConsumer.
|
| AmqpJmsObjectMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| AmqpJmsSelectorType |
A Described Type wrapper for JMS selector values.
|
| AmqpJmsStreamMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS StreamMessage
type.
|
| AmqpJmsTextMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS TextMessage
type.
|
| AmqpMessageIdHelper |
Helper class for identifying and converting message-id and correlation-id values between
the AMQP types and the Strings values used by JMS.
|
| AmqpMessageSupport |
Support class containing constant values and static methods that are
used to map to / from AMQP Message types being sent or received.
|
| AmqpObjectTypeDelegate |
Interface for a Delegate object that handles storing and retrieving the Object
value in an Object message.
|
| AmqpProducer |
Base class for Producer instances.
|
| AmqpProducerBuilder |
Resource builder responsible for creating and opening an AmqpProducer instance.
|
| AmqpProtocolTracer |
Proton-J ProtocolTracer implementation that writes AMQP frame data to the
given logger target.
|
| AmqpProvider |
An AMQP v1.0 Provider.
|
| AmqpProviderFactory |
Factory for creating the AMQP provider.
|
| AmqpReadableBuffer |
ReadableBuffer implementation that wraps a Netty ByteBuf
|
| AmqpRedirect |
Encapsulates the AMQP Redirect Map
|
| AmqpResource |
AmqpResource specification.
|
| AmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint> |
Base for all AmqpResource builders.
|
| AmqpResourceParent |
Interface for any object that can will manage the lifetime of AmqpResource
based object instances.
|
| AmqpSaslAuthenticator |
Manage the SASL authentication process
|
| AmqpSerializedObjectDelegate |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| AmqpSession |
|
| AmqpSessionBuilder |
Resource builder responsible for creating and opening an AmqpSession instance.
|
| AmqpSubscriptionTracker |
Class used to track named subscriptions on a connection to allow verifying
current usage and assigning appropriate link names.
|
| AmqpSupport |
|
| AmqpTemporaryDestination |
Manages a Temporary Destination linked to a given Connection.
|
| AmqpTemporaryDestinationBuilder |
Resource builder responsible for creating and opening an AmqpTemporaryDestination instance.
|
| AmqpTransactionContext |
Handles the operations surrounding AMQP transaction control.
|
| AmqpTransactionCoordinator |
Represents the AMQP Transaction coordinator link used by the transaction context
of a session to control the lifetime of a given transaction.
|
| AmqpTransactionCoordinatorBuilder |
Resource builder responsible for creating and opening an AmqpTransactionCoordinator instance.
|
| AmqpTransferTagGenerator |
Utility class that can generate and if enabled pool the binary tag values
used to identify transfers over an AMQP link.
|
| AmqpTypedObjectDelegate |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| AmqpWritableBuffer |
Writable Buffer implementation based on a Netty ByteBuf
|
| AnonymousMechanism |
Implements the Anonymous SASL authentication mechanism.
|
| AnonymousMechanismFactory |
Create the Anonymous SASL Authentication Mechanism types.
|
| ArithmeticExpression |
An expression which performs an operation on two expression values
|
| AsyncResult |
Defines a result interface for Asynchronous operations.
|
| BalancedProviderFuture |
A more balanced implementation of a ProviderFuture that works better on some
platforms such as windows where the thread park and atomic operations used by
a more aggressive implementation could result in poor performance.
|
| BinaryExpression |
An expression which performs an operation on two expression values.
|
| BooleanExpression |
A BooleanExpression is an expression that always
produces a Boolean result.
|
| ClassLoadingAwareObjectInputStream |
|
| ClassLoadingAwareObjectInputStream.TrustedClassFilter |
Security Filter used to filter classes that the application deems to be insecure, this filter
is not applied to the class instances for the primitive types, and array types are narrowed
to the component type of the array before being passed into this filter.
|
| ComparisonExpression |
A filter performing a comparison of two objects
|
| ConservativeProviderFuture |
A more conservative implementation of a ProviderFuture that is better on some
platforms or resource constrained hardware where high CPU usage can be more
counter productive than other variants that might spin or otherwise avoid
entry into states requiring thread signalling.
|
| ConstantExpression |
Represents a constant expression
|
| ContentTypeSupport |
|
| CramMD5Mechanism |
Implements the SASL CRAM-MD5 authentication Mechanism.
|
| CramMD5MechanismFactory |
Create the Plain SASL Authentication Mechanism types.
|
| DefaultProviderListener |
Default implementation that does nothing for all callbacks.
|
| EpollSupport |
|
| EventLoopGroupRef |
|
| EventLoopType |
|
| Expression |
Represents an expression
|
| ExternalMechanism |
Implements the External SASL authentication mechanism.
|
| ExternalMechanismFactory |
Create the External SASL Authentication Mechanism types.
|
| FactoryFinder<T> |
A Factory finding helper class used to locate objects that serve as Factories for
other Object types.
|
| FactoryFinder.ObjectFactory |
|
| FactoryFinder.StandaloneObjectFactory |
The default implementation of Object factory which works well in stand-alone applications.
|
| FailoverProvider |
A Provider Facade that provides services for detection dropped Provider connections
and attempting to reconnect to a different remote peer.
|
| FailoverProviderFactory |
Factory for creating instances of the Failover Provider type.
|
| FailoverUriPool |
Manages the list of available failover URIs that are used to connect
and recover a connection.
|
| FifoMessageQueue |
Simple first in / first out Message Queue.
|
| Filterable |
A Filterable is the object being evaluated by the filters.
|
| FilterException |
|
| GssapiMechanism |
Implements the GSSAPI sasl authentication Mechanism.
|
| GssapiMechanismFactory |
|
| IdConversionException |
|
| IdGenerator |
Generator for Globally unique Strings used to identify resources within a given Connection.
|
| InetAddressUtil |
|
| InvalidContentTypeException |
|
| IOExceptionSupport |
Used to make throwing IOException instances easier.
|
| JmsAbstractResource |
Abstract resource class for JmsResource instances.
|
| JmsAbstractResourceId |
Base class for all JmsResourceId instances.
|
| JmsAcknowledgeCallback |
|
| JmsBytesMessage |
|
| JmsBytesMessageFacade |
Interface for a Message Facade that wraps a BytesMessage based message
instance.
|
| JmsClientProperties |
|
| JmsConnection |
Implementation of a JMS Connection
|
| JmsConnectionClosedException |
An exception thrown when attempt is made to use a connection when the connection has been closed.
|
| JmsConnectionConsumer |
JMS Connection Consumer implementation.
|
| JmsConnectionExtensions |
Connection Extensions Definitions
|
| JmsConnectionFactory |
JMS ConnectionFactory Implementation.
|
| JmsConnectionFailedException |
An exception thrown when attempt is made to use a connection when the connection has already failed.
|
| JmsConnectionId |
|
| JmsConnectionInfo |
Meta object that contains the JmsConnection identification and configuration
options.
|
| JmsConnectionListener |
Providers an interface for client's to listener to events related to
an JmsConnection.
|
| JmsConnectionMetaData |
A ConnectionMetaData object provides information describing
the Connection object.
|
| JmsConnectionRemotelyClosedException |
Thrown when the remote peer closes the connection with amqp:connection:forced
signaling that the connection is closed.
|
| JmsConsumer |
|
| JmsConsumerId |
|
| JmsConsumerInfo |
|
| JmsContext |
|
| JmsDefaultDeserializationPolicy |
Default implementation of the deserialization policy that can read allow and deny lists of
classes/packages from the environment, and be updated by the connection uri options.
|
| JmsDefaultMessageIDPolicy |
The default MessageID policy used for all MessageProducers created from the
client's connection factory.
|
| JmsDefaultPrefetchPolicy |
Defines the prefetch message policies for different types of consumers
|
| JmsDefaultPresettlePolicy |
Policy object that allows for configuration of options that affect when
a JMS MessageProducer will result in AMQP presettled message sends.
|
| JmsDefaultRedeliveryPolicy |
Defines the policy used to manage redelivered and recovered Messages.
|
| JmsDefaultResourceVisitor |
Default Visitor implementation that does nothing in each method to
make custom implementations simpler by only needing to override the
visitation cases they need to handle.
|
| JmsDefaultUnresolvedDestinationTransformer |
Default Destination resolver that will try and find a way to convert an unknown foreign
JMS Destination object by looking for method in the object to identify the true type.
|
| JmsDeserializationPolicy |
Defines the interface for a policy object that controls what types of message
content are permissible when the body of an incoming ObjectMessage is being
deserialized.
|
| JmsDestination |
Jms Destination
|
| JmsDurableTopicSubscriber |
Implementation of a TopicSubscriber that is Durable
|
| JmsExceptionSupport |
Exception support class.
|
| JmsInboundMessageDispatch |
Envelope used to deliver incoming messages to their targeted consumer.
|
| JmsInitialContextFactory |
|
| JmsLocalTransactionContext |
Manages the details of a Session operating inside of a local JMS transaction.
|
| JmsMapMessage |
Implementation of the JMS MapMessage.
|
| JmsMapMessageFacade |
Interface for a message Facade that wraps a MapMessage style provider
message.
|
| JmsMessage |
|
| JmsMessageAvailableConsumer |
Marker interface used for MessageConsumer instances that support sending
a notification event when a message has arrived when the consumer is not
in asynchronous dispatch mode.
|
| JmsMessageAvailableListener |
Internal JmsMessage available listener.
|
| JmsMessageConsumer |
implementation of a JMS Message Consumer
|
| JmsMessageDispatcher |
|
| JmsMessageFacade |
The Message Facade interface defines the required mapping between a Provider's
own Message type and the JMS Message types.
|
| JmsMessageFactory |
Interface that a Provider should implement to provide a Provider
Specific JmsMessage implementation that optimizes the exchange of
message properties and payload between the JMS Message API and the
underlying Provider Message implementations.
|
| JmsMessageIDBuilder |
Interface for creating a custom Message ID builder to populate the
Message ID field of the outgoing message.
|
| JmsMessageIDBuilder.BUILTIN |
|
| JmsMessageIDPolicy |
Interface for a policy that controls what kind of MessageID type is used for Messages
sent to a specific destination.
|
| JmsMessageProducer |
Implementation of a JMS MessageProducer
|
| JmsMessagePropertyIntercepter |
Utility class used to intercept calls to Message property gets and sets and map the
correct fields in the underlying JmsMessageFacade to the property name being operated on.
|
| JmsMessagePropertySupport |
Provides methods for use when working with JMS Message Properties and their values.
|
| JmsMessageSupport |
Set of common utilities and definitions useful for JMS Message handling.
|
| JmsMessageTransformation |
A helper class for converting normal JMS interfaces into the QpidJMS specific
versions.
|
| JmsNoOpTracer |
Default no-op Tracing implementation
|
| JmsNoOpTracerFactory |
|
| JmsNoTxTransactionContext |
Used in non-transacted JMS Sessions to throw proper errors indicating
that the Session is not transacted and cannot be treated as such.
|
| JmsObjectMessage |
|
| JmsObjectMessageFacade |
Interface for a message Facade that wraps an ObjectMessage based
provider message.
|
| JmsOperationTimedOutException |
Exception that indicates a blocking operation timed out while waiting
for the remote to acknowledge or process it.
|
| JmsOutboundMessageDispatch |
Envelope that wraps the objects involved in a Message send operation.
|
| JmsPrefetchPolicy |
Interface for all Prefetch Policy implementations.
|
| JmsPresettlePolicy |
Interface for building policy objects that control when a MessageProducer or
MessageConsumer instance will operate in presettled mode.
|
| JmsProducer |
|
| JmsProducerId |
|
| JmsProducerInfo |
|
| JmsQueue |
JMS Queue implementation
|
| JmsQueueBrowser |
A client uses a QueueBrowser object to look at messages on a queue without
removing them.
|
| JmsQueueConnection |
|
| JmsQueueReceiver |
Implementation of a JMS QueueReceiver
|
| JmsQueueSender |
Implementation of a Queue Sender
|
| JmsQueueSession |
JMS QueueSession implementation
|
| JmsRedeliveryPolicy |
Interface for a Redelivery Policy object used to determine how many times a Message
can be redelivered by the client before being dropped.
|
| JmsResource |
Base class for the JMS object representing JMS resources such as Connection, Session, etc.
|
| JmsResource.ResourceState |
|
| JmsResourceId |
Base for all Id type classes used in the JMS Framework
|
| JmsResourceNotFoundException |
Thrown when the remote peer return amqp:not-found for instances other
than those that would generate an InvalidDestinationException or some
other more situation appropriate JMSException instance.
|
| JmsResourceVistor |
Visitor interface to make processing JmsResources simpler.
|
| JMSSecuritySaslException |
|
| JmsSendTimedOutException |
Exception thrown when a blocking send call times out waiting to be sent.
|
| JmsSession |
JMS Session implementation
|
| JmsSessionId |
|
| JmsSessionInfo |
|
| JmsSharedDurableMessageConsumer |
Implementation of a JmsMessageConsumer that is part of a Shared Durable Subscription
|
| JmsSharedMessageConsumer |
Implementation of a JmsMessageConsumer that is part of a Shared Subscription
|
| JmsStreamMessage |
JMS Stream message implementation.
|
| JmsStreamMessageFacade |
Interface for a Message Facade that wraps a stream or list based provider
message instance.
|
| JmsTemporaryDestination |
Temporary Destination Object
|
| JmsTemporaryQueue |
Temporary Queue Object
|
| JmsTemporaryTopic |
Temporary Topic Object
|
| JmsTextMessage |
|
| JmsTextMessageFacade |
A Facade around a provider message that behaves like a TextMessage instance.
|
| JmsTopic |
JMS Topic object.
|
| JmsTopicConnection |
|
| JmsTopicPublisher |
Implementation of a TopicPublisher
|
| JmsTopicSession |
Implementation of a TopicSession
|
| JmsTopicSubscriber |
Implementation of a TopicSubscriber
|
| JmsTracer |
|
| JmsTracer.DeliveryOutcome |
|
| JmsTracerFactory |
|
| JmsTransactionContext |
A Transaction Context is used to track and manage the state of a
Transaction in a JMS Session object.
|
| JmsTransactionId |
|
| JmsTransactionInDoubtException |
JMSException derivative that defines that a TX outcome is unknown.
|
| JmsTransactionInfo |
|
| JmsTransactionListener |
Allows for a listener to be notified when a transaction is started, commits
or is rolled back.
|
| JmsUnresolvedDestinationTransformer |
Defines an interface for a handler object that will be called when the
transformation of a JMS Destination object fails to determine the proper
destination type to create.
|
| JNDIReferenceFactory |
Converts objects implementing JNDIStorable into a property fields so they can be
stored and regenerated from JNDI
|
| JNDIStorable |
Facilitates objects to be stored in JNDI as properties
|
| KQueueSupport |
|
| LazyCreateContext |
Allows users to dynamically create items
|
| LogicExpression |
A filter performing a comparison of two objects
|
| LRUCache<K,V> |
A Simple LRU Cache based on a LinkedHashMap.
|
| Mechanism |
Interface for all SASL authentication mechanism implementations.
|
| Mechanism.PRIORITY |
Relative priority values used to arrange the found SASL
mechanisms in a preferred order where the level of security
generally defines the preference.
|
| MechanismFactory |
Interface for all SASL authentication mechanism implementations.
|
| MessageQueue |
Queue based storage interface for inbound Messages.
|
| MetaDataSupport |
|
| NameParserImpl |
A default implementation of NameParser
|
| NettyEventLoopGroupFactory |
|
| NettySslTransportFactory |
Creates a Netty based SSL transport.
|
| NettyTcpTransport |
TCP based transport that uses Netty as the underlying IO layer.
|
| NettyTcpTransportFactory |
Factory for creating the Netty based TCP Transport.
|
| NettyWssTransportFactory |
Creates a Netty based Secure WebSocket transport.
|
| NettyWsTransport |
Netty based WebSockets Transport that wraps and extends the TCP Transport.
|
| NettyWsTransportFactory |
Factory for creating the Netty based WebSocket Transport.
|
| NoOpAsyncResult |
Simple NoOp implementation used when the result of the operation does not matter.
|
| NoOpExecutor |
Simple executor implementation that ignores any requests to
execute a task.
|
| OpenTracingTracer |
|
| OpenTracingTracerFactory |
|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| PlainMechanism |
Implements the SASL PLAIN authentication Mechanism.
|
| PlainMechanismFactory |
Create the Plain SASL Authentication Mechanism types.
|
| PriorityMessageQueue |
Simple Message Priority ordered Queue.
|
| ProgressiveProviderFuture |
An optimized version of a ProviderFuture that makes use of spin waits and other
methods of reacting to asynchronous completion in a more timely manner.
|
| PropertyExpression |
Represents a property expression
|
| PropertyUtil |
Utilities for properties
|
| Provider |
Defines the interface that an Implementation of a Specific wire level protocol
provider must implement.
|
| ProviderClosedException |
|
| ProviderConnectionRedirectedException |
IOException derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer.
|
| ProviderConnectionRemotelyClosedException |
|
| ProviderConnectionResourceAllocationException |
|
| ProviderConnectionResourceNotFoundException |
|
| ProviderConnectionSecurityException |
Connection level Security Exception used to indicate a security violation has occurred.
|
| ProviderConnectionSecuritySaslException |
Security Exception used to indicate a security violation has occurred.
|
| ProviderConstants |
Set of Provider specific constants used when interacting with the Provider API.
|
| ProviderConstants.ACK_TYPE |
|
| ProviderDeliveryModifiedException |
Thrown when a send fails because the remote modified the delivery
|
| ProviderDeliveryReleasedException |
Thrown when a send fails because the remote released the delivery
|
| ProviderException |
|
| ProviderExceptionSupport |
|
| ProviderFactory |
Interface that all JMS Providers must implement.
|
| ProviderFailedException |
|
| ProviderFuture |
Asynchronous Provider Future class.
|
| ProviderFutureFactory |
Factory for provider future instances that will create specific versions based on
configuration.
|
| ProviderIdleTimeoutException |
Thrown when the Provider fails a connection due to idle timeout.
|
| ProviderIllegalStateException |
|
| ProviderInvalidClientIDException |
|
| ProviderInvalidDestinationException |
|
| ProviderIOException |
Exception type that is thrown when the provider has encountered an unrecoverable error.
|
| ProviderListener |
Events interface used to update the listener with changes in provider state.
|
| ProviderOperationTimedOutException |
Indicates that an operation in the provider timed out waiting for completion
|
| ProviderResourceAllocationException |
|
| ProviderResourceClosedException |
|
| ProviderResourceNotFoundException |
|
| ProviderSecurityException |
Security Exception used to indicate a security violation has occurred that is non-fatal
such as link creation blocked because user does not have access etc.
|
| ProviderSendTimedOutException |
Thrown when a message send operation times out in the Provider layer.
|
| ProviderSynchronization |
Synchronization callback interface used to execute state updates
or similar tasks in the thread context where the associated
ProviderFuture is managed.
|
| ProviderTransactionInDoubtException |
Thrown when a transaction operation fails and state is now unknown.
|
| ProviderTransactionRolledBackException |
Thrown when a message send operation times out in the Provider layer.
|
| ProviderUnsupportedOperationException |
Thrown when an action request is not supported through this provider.
|
| ProviderWrapper<E extends Provider> |
Allows one Provider instance to wrap around another and provide some additional
features beyond the normal Provider interface.
|
| QpidJmsException |
|
| QpidJMSThreadFactory |
Simple ThreadFactory object
|
| ReadOnlyContext |
A read-only Context
|
| ResourceNotFoundException |
|
| SaslMechanismFinder |
Used to find a SASL Mechanism that most closely matches the preferred set
of Mechanisms supported by the remote peer.
|
| SaslSecurityRuntimeException |
Thrown from the SASL layer when a Runtime exception is encountered.
|
| ScramSHA1Mechanism |
Implements the SASL Scram SHA1 authentication Mechanism.
|
| ScramSHA1MechanismFactory |
Create the Scram SHA1 SASL Authentication Mechanism type.
|
| ScramSHA256Mechanism |
Implements the SASL Scram SHA 256 authentication Mechanism.
|
| ScramSHA256MechanismFactory |
Create the Scram SHA256 SASL Authentication Mechanism types.
|
| ScramSHA512Mechanism |
Implements the SASL Scram SHA 512 authentication Mechanism.
|
| ScramSHA512MechanismFactory |
Create the Scram SHA512 SASL Authentication Mechanism types.
|
| SelectorParser |
|
| SelectorParserImpl |
JMS Selector Parser generated by JavaCC
Do not edit this .java file directly - it is generated from SelectorParserImpl.jj
Edit SelectorParserImpl.jj and rebuild with the 'generate-selector-parser' profile.
|
| SelectorParserImplConstants |
Token literal values and constants.
|
| SelectorParserImplTokenManager |
Token Manager.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
|
| StopWatch |
A very simple stop watch.
|
| StringArrayConverter |
Class for converting to/from String[] to be used instead of a
PropertyEditor which otherwise causes memory leaks as the
JDK PropertyEditorManager is a static class and has strong
references to classes, causing problems in hot-deployment environments.
|
| ThreadPoolUtils |
Utility methods for working with thread pools ExecutorService.
|
| TimeUtils |
Time utils.
|
| Token |
Describes the input token stream.
|
| TokenMgrError |
Token Manager Error.
|
| TraceableMessage |
Interface which allows generic tracing interactions with Messages
from the client.
|
| Transport |
Base class for all QpidJMS Transport instances.
|
| TransportFactory |
Interface that all Transport types must implement.
|
| TransportListener |
Listener interface that should be implemented by users of the various
QpidJMS Transport classes.
|
| TransportOptions |
Encapsulates all the Transport options in one configuration object.
|
| TransportSupport |
Static class that provides various utility methods used by Transport implementations.
|
| TypeConversionSupport |
|
| UnaryExpression |
An expression which performs an operation on two expression values
|
| URISupport |
Provides support methods for dealing with URI values.
|
| URISupport.CompositeData |
A composite URI can be split into one or more CompositeData object which each represent
the individual URIs that comprise the composite one.
|
| VariableExpansion |
|
| VariableExpansion.MapResolver |
|
| VariableExpansion.Resolver |
|
| VariableExpansion.UnresolvedVariableException |
|
| WrappedAsyncResult |
Base class used to wrap one AsyncResult with another.
|
| X509AliasKeyManager |
An X509ExtendedKeyManager wrapper which always chooses and only
returns the given alias, and defers retrieval to the delegate
key manager.
|
| XOauth2Mechanism |
Implements the SASL XOAUTH2 authentication Mechanism .
|
| XOauth2MechanismFactory |
Create the Plain SASL Authentication Mechanism types.
|