|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| org.apache.camel.impl | Default implementation classes for Camel Core |
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
| Uses of Channel in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that return types with arguments of type Channel | |
|---|---|
List<Channel> |
DefaultRoute.getChannels()
|
| Method parameters in org.apache.camel.impl with type arguments of type Channel | |
|---|---|
void |
DefaultRoute.setChannels(List<Channel> channels)
|
| Uses of Channel in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return Channel | |
|---|---|
protected Channel |
ProcessorDefinition.createChannel(RouteContext routeContext)
Creates a new instance of the Channel. |
| Uses of Channel in org.apache.camel.processor |
|---|
| Classes in org.apache.camel.processor that implement Channel | |
|---|---|
class |
DefaultChannel
DefaultChannel is the default Channel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||