Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMessageWrapper
-
Packages that use CoreMessageWrapper Package Description org.apache.activemq.artemis.protocol.amqp.converter This package will include classes used to make convertions between Artemis and AMQP.org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper -
-
Uses of CoreMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return CoreMessageWrapper Modifier and Type Method Description static 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 CoreMessageWrapper Modifier and Type Method Description 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) -
Uses of CoreMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper
Subclasses of CoreMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper Modifier and Type Class Description classCoreBytesMessageWrapperclassCoreMapMessageWrapperclassCoreObjectMessageWrapperclassCoreStreamMessageWrapperclassCoreTextMessageWrapperMethods in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper that return CoreMessageWrapper Modifier and Type Method Description static CoreMessageWrapperCoreMessageWrapper. wrap(org.apache.activemq.artemis.api.core.ICoreMessage wrapped)
-