Uses of Class
org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
Packages that use AmqpJmsMessageFacade
-
Uses of AmqpJmsMessageFacade in org.apache.qpid.jms.provider.amqp.message
Subclasses of AmqpJmsMessageFacade in org.apache.qpid.jms.provider.amqp.messageModifier and TypeClassDescriptionclassA JmsBytesMessageFacade that wraps around Proton AMQP Message instances to provide access to the underlying bytes contained in the message.classWrapper around an AMQP Message instance that will be treated as a JMS MapMessage type.classWrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage type.classWrapper around an AMQP Message instance that will be treated as a JMS StreamMessage type.classWrapper around an AMQP Message instance that will be treated as a JMS TextMessage type.Methods in org.apache.qpid.jms.provider.amqp.message that return AmqpJmsMessageFacadeModifier and TypeMethodDescriptionAmqpJmsMessageFacade.copy()static AmqpJmsMessageFacadeAmqpCodec.decodeMessage(AmqpConsumer consumer, org.apache.qpid.proton.codec.ReadableBuffer messageBytes) Create a new JmsMessage and underlying JmsMessageFacade that represents the proper message type for the incoming AMQP message.Methods in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpJmsMessageFacadeModifier and TypeMethodDescriptionstatic voidAmqpJmsMessagePropertyIntercepter.clearProperties(AmqpJmsMessageFacade message) For each of the currently configured message property intercepter instances clear or reset the value to its default.protected voidAmqpJmsMessageFacade.copyInto(AmqpJmsMessageFacade target) static io.netty.buffer.ByteBufAmqpCodec.encodeMessage(AmqpJmsMessageFacade message) Given a Message instance, encode the Message to the wire level representation of that Message.static JmsDestinationAmqpDestinationHelper.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 JmsDestinationAmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message, JmsDestination consumerDestination) static ObjectAmqpJmsMessagePropertyIntercepter.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.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 booleanAmqpJmsMessagePropertyIntercepter.propertyExists(AmqpJmsMessageFacade message, String name) Static query method to determine if a specific property exists in the given message.static voidAmqpJmsMessagePropertyIntercepter.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.static voidAmqpDestinationHelper.setReplyToAddressFromDestination(AmqpJmsMessageFacade message, JmsDestination destination) static voidAmqpDestinationHelper.setToAddressFromDestination(AmqpJmsMessageFacade message, JmsDestination destination) Constructors in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpJmsMessageFacadeModifierConstructorDescriptionAmqpSerializedObjectDelegate(AmqpJmsMessageFacade parent, JmsDeserializationPolicy deserializationPolicy) Create a new delegate that uses Java serialization to store the message content.Create a new delegate that uses Java serialization to store the message content.