|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CamelContainer | |
---|---|
org.apache.camel | The core Camel API and DSL |
org.apache.camel.builder | The Camel routing DSL |
org.apache.camel.impl | The default implementation classes |
org.apache.camel.queue | Defines physical fifo endpoints for camel |
Uses of CamelContainer in org.apache.camel |
---|
Methods in org.apache.camel with parameters of type CamelContainer | |
---|---|
Component |
EndpointResolver.resolveComponent(CamelContainer container,
String uri)
Resolves the component for a given uri or returns null if now component handles it. |
Endpoint<E> |
EndpointResolver.resolveEndpoint(CamelContainer container,
String uri)
Resolves the endpoint for a given uri or returns null if no endpoint could be found |
Uses of CamelContainer in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder that return CamelContainer | |
---|---|
protected CamelContainer<E> |
RouteBuilder.createContainer()
|
CamelContainer<E> |
RouteBuilder.getContainer()
|
Methods in org.apache.camel.builder with parameters of type CamelContainer | |
---|---|
void |
RouteBuilder.setContainer(CamelContainer<E> container)
|
Uses of CamelContainer in org.apache.camel.impl |
---|
Methods in org.apache.camel.impl that return CamelContainer | |
---|---|
CamelContainer |
DefaultEndpoint.getContainer()
|
Methods in org.apache.camel.impl with parameters of type CamelContainer | |
---|---|
Component |
DefaultEndpointResolver.resolveComponent(CamelContainer container,
String uri)
|
Endpoint<E> |
DefaultEndpointResolver.resolveEndpoint(CamelContainer container,
String uri)
|
Constructors in org.apache.camel.impl with parameters of type CamelContainer | |
---|---|
DefaultEndpoint(String endpointUri,
CamelContainer container)
|
Uses of CamelContainer in org.apache.camel.queue |
---|
Methods in org.apache.camel.queue with parameters of type CamelContainer | |
---|---|
Component |
QueueEndpointResolver.resolveComponent(CamelContainer container,
String uri)
Finds the QueueComponent specified by the uri. |
Endpoint<E> |
QueueEndpointResolver.resolveEndpoint(CamelContainer container,
String uri)
Finds the QueueEndpoint specified by the uri. |
Constructors in org.apache.camel.queue with parameters of type CamelContainer | |
---|---|
QueueEndpoint(String uri,
CamelContainer container,
Queue<E> queue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |