Class Property
java.lang.Object
com.swiftmq.impl.streams.comp.message.Property
Facade to wrap the Property of a javax.jms.Message
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Property
Internal use.
-
-
Method Details
-
name
Returns the name of this property.- Returns:
- name
-
value
Returns the value.- Returns:
- PropertyValue
-
set
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
Clears the property value.- Returns:
- Message
-