public class BlueprintPropertiesResolver extends Object implements org.apache.camel.component.properties.PropertiesResolver
PropertiesResolver which supports the blueprint scheme.
This implementation will sit on top of any existing configured
PropertiesResolver and will delegate
to any non blueprint schemes.| Constructor and Description |
|---|
BlueprintPropertiesResolver(org.apache.camel.component.properties.PropertiesResolver delegate,
BlueprintPropertiesParser blueprint) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
resolveProperties(org.apache.camel.CamelContext context,
boolean ignoreMissingLocation,
String... urls) |
public BlueprintPropertiesResolver(org.apache.camel.component.properties.PropertiesResolver delegate, BlueprintPropertiesParser blueprint)
public Properties resolveProperties(org.apache.camel.CamelContext context, boolean ignoreMissingLocation, String... urls) throws Exception
resolveProperties in interface org.apache.camel.component.properties.PropertiesResolverExceptionApache Camel