Class InboundTransformer

java.lang.Object
com.swiftmq.impl.amqp.amqp.v01_00_00.transformer.InboundTransformer
Direct Known Subclasses:
AMQPNativeInboundTransformer, JMSMappingInboundTransformer

public abstract class InboundTransformer extends Object
  • Constructor Details

    • InboundTransformer

      public InboundTransformer()
  • Method Details

    • nextMsgId

      protected String nextMsgId()
    • getValue

      protected String getValue(String name, String defaultValue)
    • setConfiguration

      public void setConfiguration(Map config) throws Exception
      Throws:
      Exception
    • transform

      public abstract MessageImpl transform(TransferFrame frame, DestinationFactory destinationFactory) throws AMQPException, JMSException
      Throws:
      AMQPException
      JMSException