Module org.mule.runtime.dsl.api
Interface ParsingPropertyResolver
public interface ParsingPropertyResolver
Resolve values for XML properties.
Properties have the following syntax: ${PROPERTY_KEY} where the property key is the unique identifier for the property.
During processing of XML configuration files not all properties will be resolved. Only the ones required to fully process the
XML configuration files. For instance the properties used within the element.
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescriptionresolveProperty(String propertyKey) Resolver the value for a property key.
-
Method Details
-
resolveProperty
Resolver the value for a property key.- Parameters:
propertyKey- property key- Returns:
- the property value
-