|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CamelContextAware | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
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.browse | The Browse 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.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.language | The Language Component to send messages to language endpoints executing the script. |
org.apache.camel.component.log | The Log Component uses Jakarta Commons Logging to log message exchanges. |
org.apache.camel.component.mock | The Mock Component which is used for testing of routing and mediation rules. |
org.apache.camel.component.properties | The Properties Component for lookup of property placeholders for endpoint URI. |
org.apache.camel.component.ref | The Ref Component for lookup of existing
endpoints bound in the Registry . |
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.component.vm | The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. |
org.apache.camel.impl | Default implementation classes for Camel Core |
org.apache.camel.management | Camel management |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
Uses of CamelContextAware in org.apache.camel |
---|
Subinterfaces of CamelContextAware in org.apache.camel | |
---|---|
interface |
Component
A component is a factory of Endpoint objects. |
Uses of CamelContextAware in org.apache.camel.component.bean |
---|
Classes in org.apache.camel.component.bean that implement CamelContextAware | |
---|---|
class |
BeanComponent
The Bean Component will look up the URI in the Registry and use that to handle message dispatching. |
class |
BeanEndpoint
Endpoint for the bean component. |
class |
ClassComponent
The Class Component will create an instance of the class from the Registry and use that to handle message dispatching. |
Uses of CamelContextAware in org.apache.camel.component.browse |
---|
Classes in org.apache.camel.component.browse that implement CamelContextAware | |
---|---|
class |
BrowseComponent
The browse component. |
class |
BrowseEndpoint
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.dataset |
---|
Classes in org.apache.camel.component.dataset that implement CamelContextAware | |
---|---|
class |
DataSetComponent
Component for DataSet. |
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 |
DirectComponent
Represents the component that manages DirectEndpoint . |
class |
DirectEndpoint
Represents a direct endpoint that synchronously invokes the consumer 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 |
AntPathMatcherGenericFileFilter<T>
File filter using Spring's AntPathMatcher. |
class |
FileComponent
File component. |
class |
FileEndpoint
File endpoint. |
class |
GenericFileComponent<T>
Base class file component. |
class |
GenericFileEndpoint<T>
Generic FileEndpoint |
Uses of CamelContextAware in org.apache.camel.component.language |
---|
Classes in org.apache.camel.component.language that implement CamelContextAware | |
---|---|
class |
LanguageComponent
The language component to send Exchange s to a given language and have the script being executed. |
class |
LanguageEndpoint
Language endpoint. |
Uses of CamelContextAware in org.apache.camel.component.log |
---|
Classes in org.apache.camel.component.log that implement CamelContextAware | |
---|---|
class |
LogComponent
The Log Component to log message exchanges to the underlying logging mechanism. |
class |
LogEndpoint
Log endpoint. |
Uses of CamelContextAware in org.apache.camel.component.mock |
---|
Classes in org.apache.camel.component.mock that implement CamelContextAware | |
---|---|
class |
MockComponent
A factory of MockEndpoint instances |
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.properties |
---|
Classes in org.apache.camel.component.properties that implement CamelContextAware | |
---|---|
class |
PropertiesComponent
The properties component. |
Uses of CamelContextAware in org.apache.camel.component.ref |
---|
Classes in org.apache.camel.component.ref that implement CamelContextAware | |
---|---|
class |
RefComponent
Component for lookup of existing endpoints bound in the Registry . |
Uses of CamelContextAware in org.apache.camel.component.seda |
---|
Classes in org.apache.camel.component.seda that implement CamelContextAware | |
---|---|
class |
SedaComponent
An implementation of the SEDA components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext |
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 |
TimerComponent
Represents the component that manages TimerEndpoint . |
class |
TimerEndpoint
Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer. |
Uses of CamelContextAware in org.apache.camel.component.vm |
---|
Classes in org.apache.camel.component.vm that implement CamelContextAware | |
---|---|
class |
VmComponent
An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing
the camel-core.jar. |
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, Guice and Blueprintsupport. |
class |
DefaultComponent
Default component to use for base for components implementations. |
class |
DefaultDebugger
The default implementation of the Debugger . |
class |
DefaultEndpoint
A default endpoint useful for implementation inheritance. |
class |
DefaultPollingEndpoint
A base class for an endpoint which the default consumer mode is to use a PollingConsumer |
class |
DefaultShutdownStrategy
Default ShutdownStrategy which uses graceful shutdown. |
class |
HeaderFilterStrategyComponent
|
class |
ProcessorEndpoint
An endpoint which allows exchanges to be sent into it which just invokes a given Processor . |
class |
ScheduledPollEndpoint
A base class for Endpoint which creates a ScheduledPollConsumer |
Uses of CamelContextAware in org.apache.camel.management |
---|
Classes in org.apache.camel.management that implement CamelContextAware | |
---|---|
class |
DefaultManagementAgent
Default implementation of the Camel JMX service agent |
class |
DefaultManagementLifecycleStrategy
Default JMX managed lifecycle strategy that registered objects using the configured ManagementStrategy . |
class |
DefaultManagementStrategy
A default management strategy that does not manage. |
class |
ManagedManagementStrategy
A JMX capable ManagementStrategy that Camel by default uses if possible. |
class |
PublishEventNotifier
A EventNotifier which publishes the EventObject to some
Endpoint . |
Uses of CamelContextAware in org.apache.camel.processor |
---|
Classes in org.apache.camel.processor that implement CamelContextAware | |
---|---|
class |
MarshalProcessor
Marshals the body of the incoming message using the given data format |
class |
UnmarshalProcessor
Unmarshals the body of the incoming message using the given data format |
Uses of CamelContextAware in org.apache.camel.spi |
---|
Subinterfaces of CamelContextAware in org.apache.camel.spi | |
---|---|
interface |
Debugger
A debugger which allows tooling to attach breakpoints which is is being invoked when Exchange s is being routed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |