public interface ValueProviderService
values for any Value Provider capable element in a Mule App.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.ValueResult |
getValues(ValueProviderRequest valueProviderRequest)
Resolves the
values for a element's value provider located in the given Location. |
org.mule.runtime.api.value.ValueResult getValues(ValueProviderRequest valueProviderRequest)
values for a element's value provider located in the given Location.valueProviderRequest - Request to be able to execute Value Provider resolution.result of the resolving of the values.ValueResultCopyright © 2017 MuleSoft, Inc.. All rights reserved.