org.apache.camel.blueprint
Class BlueprintPropertiesResolver

java.lang.Object
  extended by org.apache.camel.blueprint.BlueprintPropertiesResolver
All Implemented Interfaces:
org.apache.camel.component.properties.PropertiesResolver

public class BlueprintPropertiesResolver
extends Object
implements org.apache.camel.component.properties.PropertiesResolver

A 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 Summary
BlueprintPropertiesResolver(org.apache.camel.component.properties.PropertiesResolver delegate, BlueprintPropertiesParser blueprint)
           
 
Method Summary
 Properties resolveProperties(org.apache.camel.CamelContext context, String... urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintPropertiesResolver

public BlueprintPropertiesResolver(org.apache.camel.component.properties.PropertiesResolver delegate,
                                   BlueprintPropertiesParser blueprint)
Method Detail

resolveProperties

public Properties resolveProperties(org.apache.camel.CamelContext context,
                                    String... urls)
                             throws Exception
Specified by:
resolveProperties in interface org.apache.camel.component.properties.PropertiesResolver
Throws:
Exception


Apache CAMEL