Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMessageWrapper
Packages that use CoreMessageWrapper
Package
Description
This package will include classes used to make convertions between Artemis and AMQP.
-
Uses of CoreMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return CoreMessageWrapperModifier and TypeMethodDescriptionstatic CoreMessageWrapperAMQPMessageSupport.createMessage(long id, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) static CoreMessageWrapperAMQPMessageSupport.createObjectMessage(long id, byte[] array, int offset, int length, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) static CoreMessageWrapperAMQPMessageSupport.createObjectMessage(long id, org.apache.qpid.proton.amqp.Binary serializedForm, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) protected static CoreMessageWrapperAmqpCoreConverter.processHeader(CoreMessageWrapper jms, org.apache.qpid.proton.amqp.messaging.Header header) protected static CoreMessageWrapperAmqpCoreConverter.processMessageAnnotations(CoreMessageWrapper jms, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) Methods in org.apache.activemq.artemis.protocol.amqp.converter with parameters of type CoreMessageWrapperModifier and TypeMethodDescriptionprotected static CoreMessageWrapperAmqpCoreConverter.processHeader(CoreMessageWrapper jms, org.apache.qpid.proton.amqp.messaging.Header header) protected static CoreMessageWrapperAmqpCoreConverter.processMessageAnnotations(CoreMessageWrapper jms, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) -
Uses of CoreMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper
Modifier and TypeClassDescriptionclassfinal classclassfinal classclassMethods in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper that return CoreMessageWrapperModifier and TypeMethodDescriptionstatic CoreMessageWrapperCoreMessageWrapper.wrap(ICoreMessage wrapped)