|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CamelContextAware | |
---|---|
org.apache.camel.component.bean | The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO |
org.apache.camel.component.dataset | A DataSet Endpoint for testing of endpoints using defined DataSets |
org.apache.camel.component.direct | The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. |
org.apache.camel.component.file | The File Component for working with file systems. |
org.apache.camel.component.jmx | The JMX Component for monitoring JMX Attributes uisng a CounterMonitor. |
org.apache.camel.component.list | The List Component which is a simple in memory component which maintains a List of all message exchanges which can be useful for debugging, tooling or visualistion. |
org.apache.camel.component.mock | The Mock Component which is used for testing of routing and mediation rules. |
org.apache.camel.component.seda | The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext |
org.apache.camel.component.timer | The Timer Component extends the POJO component to provide a simple timer |
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. |
Uses of CamelContextAware in org.apache.camel.component.bean |
---|
Classes in org.apache.camel.component.bean that implement CamelContextAware | |
---|---|
class |
BeanEndpoint
Endpoint for the bean component. |
Uses of CamelContextAware in org.apache.camel.component.dataset |
---|
Classes in org.apache.camel.component.dataset that implement CamelContextAware | |
---|---|
class |
DataSetEndpoint
Endpoint for DataSet. |
Uses of CamelContextAware in org.apache.camel.component.direct |
---|
Classes in org.apache.camel.component.direct that implement CamelContextAware | |
---|---|
class |
DirectEndpoint<E extends Exchange>
Represents a direct endpoint that synchronously invokes the consumers of the endpoint when a producer sends a message to it. |
Uses of CamelContextAware in org.apache.camel.component.file |
---|
Classes in org.apache.camel.component.file that implement CamelContextAware | |
---|---|
class |
FileEndpoint
A File Endpoint for working with file systems |
Uses of CamelContextAware in org.apache.camel.component.jmx |
---|
Classes in org.apache.camel.component.jmx that implement CamelContextAware | |
---|---|
class |
JMXEndpoint
JMXEndpoint for monitoring JMX attributs using CounterMonitor . |
Uses of CamelContextAware in org.apache.camel.component.list |
---|
Classes in org.apache.camel.component.list that implement CamelContextAware | |
---|---|
class |
ListEndpoint
An endpoint which maintains a List of Exchange instances
which can be useful for tooling, debugging and visualising routes. |
Uses of CamelContextAware in org.apache.camel.component.mock |
---|
Classes in org.apache.camel.component.mock that implement CamelContextAware | |
---|---|
class |
MockEndpoint
A Mock endpoint which provides a literate, fluent API for testing routes using a JMock style API. |
Uses of CamelContextAware in org.apache.camel.component.seda |
---|
Classes in org.apache.camel.component.seda that implement CamelContextAware | |
---|---|
class |
SedaEndpoint
An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext |
Uses of CamelContextAware in org.apache.camel.component.timer |
---|
Classes in org.apache.camel.component.timer that implement CamelContextAware | |
---|---|
class |
TimerEndpoint
Represents a timer endpoint that can generate periodic inbound PojoExchanges. |
Uses of CamelContextAware in org.apache.camel.impl |
---|
Classes in org.apache.camel.impl that implement CamelContextAware | |
---|---|
class |
CamelPostProcessorHelper
A helper class for Camel based injector or post processing hooks which can be reused by both the Spring and Guice support. |
class |
DefaultEndpoint<E extends Exchange>
A default endpoint useful for implementation inheritance |
class |
DefaultPollingEndpoint<E extends Exchange>
A base class for an endpoint which the default consumer mode is to use a PollingConsumer |
class |
ProcessorEndpoint
An endpoint which allows exchanges to be sent into it which just invokes a given Processor . |
class |
ScheduledPollEndpoint<E extends Exchange>
A base class for Endpoint which creates a ScheduledPollConsumer |
Uses of CamelContextAware in org.apache.camel.model |
---|
Classes in org.apache.camel.model that implement CamelContextAware | |
---|---|
class |
RouteType
Represents an XML <route/> element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |