org.apache.camel.component.context
Class ContextConverters

java.lang.Object
  extended by org.apache.camel.component.context.ContextConverters

@Converter
public final class ContextConverters
extends Object

Converts from a CamelContext to a LocalContextComponent so we can easily refer to external CamelContexts in the Registry as a Component


Method Summary
static LocalContextComponent toComponent(org.apache.camel.CamelContext localContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toComponent

@Converter
public static LocalContextComponent toComponent(org.apache.camel.CamelContext localContext)


Apache Camel