| AmqpCodec |
AMQP Codec class used to hide the details of encode / decode
|
| 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.
|
| 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.
|
| AmqpJmsObjectMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| 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.
|
| AmqpReadableBuffer |
ReadableBuffer implementation that wraps a Netty ByteBuf
|
| AmqpSerializedObjectDelegate |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| 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
|