org.apache.camel.component.context
Class ContextConverters
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toComponent
@Converter
public static LocalContextComponent toComponent(org.apache.camel.CamelContext localContext)
Apache CAMEL