Class MapMessage

java.lang.Object
com.swiftmq.impl.streams.comp.message.Message
com.swiftmq.impl.streams.comp.message.MapMessage

public class MapMessage extends Message
Facade to wrap a javax.jms.MapMessage
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Details

    • type

      public String type()
      return the type of this Message
      Overrides:
      type in class Message
      Returns:
      "map"
    • body

      public MapBody body()
      Returns the body.
      Returns:
      MapBody