Modifier and Type | Method and Description |
---|---|
static MulePropertyScope |
MulePropertyScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MulePropertyScope[] |
MulePropertyScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
ObjectStoreConnector.retrieve(String key,
Serializable defaultValue,
String targetProperty,
MulePropertyScope targetScope,
org.mule.api.MuleMessage muleMessage)
Retrieve an object from the object store and make it available in the specified property scope of a Mule Message.
|
Serializable |
ObjectStoreConnector.retrieveAndStore(String key,
Serializable defaultValue,
Serializable storeValue,
String targetProperty,
MulePropertyScope targetScope,
org.mule.api.MuleMessage muleMessage)
Retrieve and Store in the same operation.
|
Copyright © 2010–2016. All rights reserved.