Attributes instead.@Deprecated public interface MessageProperties
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
getInboundProperty(String name)
Deprecated.
Gets an inbound property from the message.
|
<T extends Serializable> |
getInboundProperty(String name,
T defaultValue)
Deprecated.
Gets an inbound property from the message and provides a default value if the property is not present on the message in the
scope specified.
|
org.mule.runtime.api.metadata.DataType |
getInboundPropertyDataType(String name)
Deprecated.
Gets an inbound property data type from the message.
|
Set<String> |
getInboundPropertyNames()
Deprecated.
Gets all inbound property names.
|
<T extends Serializable> |
getOutboundProperty(String name)
Deprecated.
Gets an outbound property from the message.
|
<T extends Serializable> |
getOutboundProperty(String name,
T defaultValue)
Deprecated.
Gets an outbound property from the message and provides a default value if the property is not present on the message in the
scope specified.
|
org.mule.runtime.api.metadata.DataType |
getOutboundPropertyDataType(String name)
Deprecated.
Gets an outbound property data type from the message.
|
Set<String> |
getOutboundPropertyNames()
Deprecated.
Gets all outbound property names.
|
<T extends Serializable> T getOutboundProperty(String name)
name - the name or key of the property. This must be non-null.<T extends Serializable> T getOutboundProperty(String name, T defaultValue)
T - the defaultValue type ,this is used to validate the property value typename - the name or key of the property. This must be non-null.defaultValue - the value to return if the property is not in the scope provided. Can be nullIllegalArgumentException - if the value for the property key is not assignable from the defaultValue typeorg.mule.runtime.api.metadata.DataType getOutboundPropertyDataType(String name)
name - the name or key of the property. This must be non-null.Set<String> getOutboundPropertyNames()
<T extends Serializable> T getInboundProperty(String name)
name - the name or key of the property. This must be non-null.<T extends Serializable> T getInboundProperty(String name, T defaultValue)
T - the defaultValue type ,this is used to validate the property value typename - the name or key of the property. This must be non-null.defaultValue - the value to return if the property is not in the scope provided. Can be nullIllegalArgumentException - if the value for the property key is not assignable from the defaultValue typeorg.mule.runtime.api.metadata.DataType getInboundPropertyDataType(String name)
name - the name or key of the property. This must be non-null.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.