public interface ValueProviderService
values for any Value Provider capable element in a Mule App.| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_PROVIDER_SERVICE_KEY
Key under which the
ValueProviderService can be found in the Registry |
| Modifier and Type | Method and Description |
|---|---|
ValueResult |
getValues(Location location,
String providerName)
|
static final String VALUE_PROVIDER_SERVICE_KEY
ValueProviderService can be found in the RegistryValueResult getValues(Location location, String providerName)
location - The Location where the element is found.providerName - The name of the value provider to resolve the values.result of the resolving of the values.ValueResultCopyright © 2017 MuleSoft, Inc.. All rights reserved.