C G L O Q S T

C

ContextConverters - Class in org.apache.camel.component.context
Converts from a CamelContext to a LocalContextComponent so we can easily refer to external CamelContexts in the Registry as a Component
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.context.LocalContextComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.context.QualifiedContextComponent
 

G

getLocalCamelContext() - Method in class org.apache.camel.component.context.LocalContextComponent
 
getLocalProtocolSchemes() - Method in class org.apache.camel.component.context.LocalContextComponent
 

L

LocalContextComponent - Class in org.apache.camel.component.context
A Camel Component which exposes a local CamelContext instance as a black box set of endpoints.
LocalContextComponent(CamelContext) - Constructor for class org.apache.camel.component.context.LocalContextComponent
 
logUsingEndpoint(String, Endpoint) - Method in class org.apache.camel.component.context.LocalContextComponent
 

O

org.apache.camel.component.context - package org.apache.camel.component.context
 

Q

QualifiedContextComponent - Class in org.apache.camel.component.context
Supports the explicit and verbose URIs of the form context:camelContextId:someEndpoint to access a local endpoint inside an external CamelContext.
QualifiedContextComponent() - Constructor for class org.apache.camel.component.context.QualifiedContextComponent
 

S

setLocalCamelContext(CamelContext) - Method in class org.apache.camel.component.context.LocalContextComponent
 
setLocalProtocolSchemes(List<String>) - Method in class org.apache.camel.component.context.LocalContextComponent
Sets the list of protocols which are used to expose public endpoints by default

T

toComponent(CamelContext) - Static method in class org.apache.camel.component.context.ContextConverters
 

C G L O Q S T

Apache Camel