Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp.message |
Modifier and Type | Class and Description |
---|---|
class |
AmqpJmsBytesMessageFacade
A JmsBytesMessageFacade that wraps around Proton AMQP Message instances to provide
access to the underlying bytes contained in the message.
|
class |
AmqpJmsMapMessageFacade
Wrapper around an AMQP Message instance that will be treated as a JMS MapMessage
type.
|
class |
AmqpJmsObjectMessageFacade
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
class |
AmqpJmsStreamMessageFacade
Wrapper around an AMQP Message instance that will be treated as a JMS StreamMessage
type.
|
class |
AmqpJmsTextMessageFacade
Wrapper around an AMQP Message instance that will be treated as a JMS TextMessage
type.
|
Modifier and Type | Method and Description |
---|---|
AmqpJmsMessageFacade |
AmqpJmsMessageFacade.copy() |
Modifier and Type | Method and Description |
---|---|
static void |
AmqpJmsMessagePropertyIntercepter.clearProperties(AmqpJmsMessageFacade message)
For each of the currently configured message property intercepter instances clear or
reset the value to its default.
|
protected void |
AmqpJmsMessageFacade.copyInto(AmqpJmsMessageFacade target) |
JmsDestination |
AmqpDestinationHelper.getJmsDestination(AmqpJmsMessageFacade message,
JmsDestination consumerDestination)
Decode the provided To address, type description, and consumer destination
information such that an appropriate Destination object can be returned.
|
JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
static Object |
AmqpJmsMessagePropertyIntercepter.getProperty(AmqpJmsMessageFacade message,
String name)
Static get method that takes a property name and gets the value either via
a registered property get object or through the AmqpJmsMessageFacade getProperty
method.
|
static Set<String> |
AmqpJmsMessagePropertyIntercepter.getPropertyNames(AmqpJmsMessageFacade message)
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned if the property has a
value and is available for a read operation.
|
static boolean |
AmqpJmsMessagePropertyIntercepter.propertyExists(AmqpJmsMessageFacade message,
String name)
Static query method to determine if a specific property exists in the given message.
|
static void |
AmqpJmsMessagePropertyIntercepter.setProperty(AmqpJmsMessageFacade message,
String name,
Object value)
Static set method that takes a property name and sets the value either via
a registered property set object or through the AmqpJmsMessageFacade setProperty
method.
|
void |
AmqpDestinationHelper.setReplyToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
void |
AmqpDestinationHelper.setToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.