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) |
|
static io.netty.buffer.ByteBuf |
AmqpCodec.encodeMessage(AmqpJmsMessageFacade message) |
Given a Message instance, encode the Message to the wire level representation
of that Message.
|
static 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.
|
static JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
|
static java.lang.Object |
AmqpJmsMessagePropertyIntercepter.getProperty(AmqpJmsMessageFacade message,
java.lang.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 java.util.Set<java.lang.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,
java.lang.String name) |
Static query method to determine if a specific property exists in the given message.
|
static void |
AmqpJmsMessagePropertyIntercepter.setProperty(AmqpJmsMessageFacade message,
java.lang.String name,
java.lang.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.
|
static void |
AmqpDestinationHelper.setReplyToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
|
static void |
AmqpDestinationHelper.setToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
|