C G I 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
ContextEndpoint - Class in org.apache.camel.component.context
 
ContextEndpoint(String, Component, Endpoint) - Constructor for class org.apache.camel.component.context.ContextEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.context.ContextEndpoint
 
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
 
createProducer() - Method in class org.apache.camel.component.context.ContextEndpoint
 

G

getContextId() - Method in class org.apache.camel.component.context.ContextEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.context.ContextEndpoint
 
getLocalCamelContext() - Method in class org.apache.camel.component.context.LocalContextComponent
 
getLocalEndpointUrl() - Method in class org.apache.camel.component.context.ContextEndpoint
 
getLocalProtocolSchemes() - Method in class org.apache.camel.component.context.LocalContextComponent
 

I

isSingleton() - Method in class org.apache.camel.component.context.ContextEndpoint
 

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

setContextId(String) - Method in class org.apache.camel.component.context.ContextEndpoint
 
setLocalCamelContext(CamelContext) - Method in class org.apache.camel.component.context.LocalContextComponent
 
setLocalEndpointUrl(String) - Method in class org.apache.camel.component.context.ContextEndpoint
 
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 I L O Q S T 

Apache Camel