|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.camel.impl | |
---|---|
org.apache.camel | The core Camel API |
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.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.ref | |
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.impl.converter | Default implementation classes the Type Conversion Strategies |
org.apache.camel.language.bean | Camel Bean language. |
org.apache.camel.management | Camel JMX export services. |
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.model.dataformat | The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components |
org.apache.camel.model.language | The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration. |
org.apache.camel.model.loadbalancer | The LoadBalancer and the LoadBalancerStrategy JAXB Objects |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
org.apache.camel.processor.idempotent | An implementation of the Idempotent Consumer pattern. |
org.apache.camel.processor.interceptor | Helper classes for interceptors. |
org.apache.camel.processor.loadbalancer | Various load balancer processors |
org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
org.apache.camel.util | Utility classes used by the core of Camel and useful for Camel component developers |
Classes in org.apache.camel.impl used by org.apache.camel | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.bean | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultExchange
A default implementation of Exchange |
|
ProcessorEndpoint
An endpoint which allows exchanges to be sent into it which just invokes a given Processor . |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.dataset | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.direct | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
DefaultProducer
A default implementation of @{link Producer} for implementation inheritence |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.file | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
DefaultExchange
A default implementation of Exchange |
|
DefaultMessage
The default implementation of Message |
|
DefaultProducer
A default implementation of @{link Producer} for implementation inheritence |
|
MessageSupport
A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal
with headers. |
|
ScheduledPollConsumer
A useful base class for any consumer which is polling based |
|
ScheduledPollEndpoint
A base class for Endpoint which creates a ScheduledPollConsumer |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.jmx | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
DefaultExchange
A default implementation of Exchange |
|
DefaultMessage
The default implementation of Message |
|
MessageSupport
A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal
with headers. |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.list | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.log | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.mock | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.ref | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.seda | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
DefaultProducer
A default implementation of @{link Producer} for implementation inheritence |
|
PollingConsumerSupport
A useful base class for implementations of PollingConsumer |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.timer | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.component.vm | |
---|---|
DefaultComponent
Default component to use for base for components implementations. |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.impl | |
---|---|
DefaultConsumer
|
|
DefaultEndpoint
A default endpoint useful for implementation inheritance |
|
DefaultExchange
A default implementation of Exchange |
|
DefaultMessage
The default implementation of Message |
|
DefaultPollingEndpoint
A base class for an endpoint which the default consumer mode is to use a PollingConsumer |
|
MessageSupport
A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal
with headers. |
|
NoRouteBuilder
A helper class, usually used for testing which does not create any routes. |
|
PollingConsumerSupport
A useful base class for implementations of PollingConsumer |
|
RouteContext
The context used to activate new routing rules |
|
ScheduledPollConsumer
A useful base class for any consumer which is polling based |
|
ScheduledPollEndpoint
A base class for Endpoint which creates a ScheduledPollConsumer |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.impl.converter | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.language.bean | |
---|---|
ExpressionSupport
A useful base class for Predicate and Expression implementations |
Classes in org.apache.camel.impl used by org.apache.camel.management | |
---|---|
RouteContext
The context used to activate new routing rules |
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.model | |
---|---|
RouteContext
The context used to activate new routing rules |
Classes in org.apache.camel.impl used by org.apache.camel.model.dataformat | |
---|---|
RouteContext
The context used to activate new routing rules |
Classes in org.apache.camel.impl used by org.apache.camel.model.language | |
---|---|
RouteContext
The context used to activate new routing rules |
Classes in org.apache.camel.impl used by org.apache.camel.model.loadbalancer | |
---|---|
RouteContext
The context used to activate new routing rules |
Classes in org.apache.camel.impl used by org.apache.camel.processor | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.processor.idempotent | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.processor.interceptor | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.processor.loadbalancer | |
---|---|
DefaultConsumer
|
|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
Classes in org.apache.camel.impl used by org.apache.camel.spi | |
---|---|
RouteContext
The context used to activate new routing rules |
Classes in org.apache.camel.impl used by org.apache.camel.util | |
---|---|
ServiceSupport
A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |