Class Property

java.lang.Object
com.swiftmq.impl.streams.comp.message.Property

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

  • Method Details

    • name

      public String name()
      Returns the name of this property.
      Returns:
      name
    • value

      public PropertyValue value()
      Returns the value.
      Returns:
      PropertyValue
    • set

      public Message set(Object value)
      Sets the value.
      Parameters:
      value - value
      Returns:
      Message
    • exists

      public boolean exists()
      Returns whether this Property exists in the Message
      Returns:
      exists or not
    • clear

      public Message clear()
      Clears the property value.
      Returns:
      Message