org.apache.camel.blueprint
Class BlueprintLanguageResolver

java.lang.Object
  extended by org.apache.camel.core.osgi.OsgiLanguageResolver
      extended by org.apache.camel.blueprint.BlueprintLanguageResolver
All Implemented Interfaces:
org.apache.camel.spi.LanguageResolver

public class BlueprintLanguageResolver
extends org.apache.camel.core.osgi.OsgiLanguageResolver


Constructor Summary
BlueprintLanguageResolver(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 org.apache.camel.spi.Language resolveLanguage(String name, org.apache.camel.CamelContext context)
           
 
Methods inherited from class org.apache.camel.core.osgi.OsgiLanguageResolver
getLanguage, getLanguageResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintLanguageResolver

public BlueprintLanguageResolver(org.osgi.framework.BundleContext bundleContext)
Method Detail

resolveLanguage

public org.apache.camel.spi.Language resolveLanguage(String name,
                                                     org.apache.camel.CamelContext context)
Specified by:
resolveLanguage in interface org.apache.camel.spi.LanguageResolver
Overrides:
resolveLanguage in class org.apache.camel.core.osgi.OsgiLanguageResolver


Apache CAMEL