Class SwiftMqCodec

  • All Implemented Interfaces:
    Codec

    public class SwiftMqCodec
    extends Object
    implements Codec
    • Constructor Detail

      • SwiftMqCodec

        public SwiftMqCodec()
    • Method Detail

      • convertToSwiftMqType

        protected static com.swiftmq.amqp.v100.types.AMQPType convertToSwiftMqType​(Object value)
      • toSwiftMqTypeCode

        protected static int toSwiftMqTypeCode​(Object value)
      • decode

        public Message decode​(byte[] data)
        Specified by:
        decode in interface Codec
      • extractBody

        protected Object extractBody​(com.swiftmq.amqp.v100.messaging.AMQPMessage amqpMessage)
      • createProperties

        protected Properties createProperties​(com.swiftmq.amqp.v100.messaging.AMQPMessage amqpMessage)
      • createMessage

        protected Message createMessage​(byte[] data)