Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.ConversionException
-
Packages that use ConversionException 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 ConversionException in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that throw ConversionException Modifier and Type Method Description static AMQPMessageCoreAmqpConverter. fromCore(ICoreMessage coreMessage, StorageManager storageManager)protected static CoreMessageWrapperAmqpCoreConverter. processHeader(CoreMessageWrapper jms, org.apache.qpid.proton.amqp.messaging.Header header)static ICoreMessageAmqpCoreConverter. toCore(AMQPMessage message, CoreMessageObjectPools coreMessageObjectPools, org.apache.qpid.proton.amqp.messaging.Header header, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations, org.apache.qpid.proton.amqp.messaging.Properties properties, org.apache.qpid.proton.amqp.messaging.ApplicationProperties applicationProperties, org.apache.qpid.proton.amqp.messaging.Section body, org.apache.qpid.proton.amqp.messaging.Footer footer) -
Uses of ConversionException in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper
Methods in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper that throw ConversionException Modifier and Type Method Description org.apache.qpid.proton.amqp.messaging.SectionCoreMessageWrapper. createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap, org.apache.qpid.proton.amqp.messaging.Properties properties)org.apache.qpid.proton.amqp.messaging.SectionCoreObjectMessageWrapper. createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap, org.apache.qpid.proton.amqp.messaging.Properties properties)org.apache.qpid.proton.amqp.messaging.SectionCoreStreamMessageWrapper. createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap, org.apache.qpid.proton.amqp.messaging.Properties properties)booleanCoreStreamMessageWrapper. readBoolean()byteCoreStreamMessageWrapper. readByte()intCoreStreamMessageWrapper. readBytes(byte[] value)charCoreStreamMessageWrapper. readChar()doubleCoreStreamMessageWrapper. readDouble()floatCoreStreamMessageWrapper. readFloat()intCoreStreamMessageWrapper. readInt()longCoreStreamMessageWrapper. readLong()ObjectCoreStreamMessageWrapper. readObject()shortCoreStreamMessageWrapper. readShort()StringCoreStreamMessageWrapper. readString()voidCoreMessageWrapper. setDeliveryMode(int deliveryMode)voidCoreBytesMessageWrapper. writeObject(Object value)voidCoreStreamMessageWrapper. writeObject(Object value)
-