public class JMSHeaderProperty extends Object
| Constructor and Description |
|---|
JMSHeaderProperty(String key,
Object value,
JMSHeaderPropertyType type)
Create a new JMSHeaderProperty.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get Key of the header property
|
JMSHeaderPropertyType |
getType()
Get property of the header property.
|
Object |
getValue()
Get value of the header property
|
public JMSHeaderProperty(String key, Object value, JMSHeaderPropertyType type)
key - key of the header to be set to messagevalue - value of the header to be set to messagetype - type of the header to be set to messagepublic String getKey()
public Object getValue()
public JMSHeaderPropertyType getType()
Copyright © 2019 WSO2. All rights reserved.