| org.apache.camel |
The core Camel API.
|
| org.apache.camel.api.management |
Service provider interfaces for management.
|
| org.apache.camel.api.management.mbean |
Camel management MBeans API
|
| org.apache.camel.builder |
|
| org.apache.camel.builder.xml |
|
| org.apache.camel.component |
Base classes for Components
|
| 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.beanclass |
|
| org.apache.camel.component.binding |
The Binding Component which is
a way of wrapping an Endpoint in a contract; such as a Data Format, a Content Enricher or validation step.
|
| 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.controlbus |
|
| org.apache.camel.component.dataformat |
|
| org.apache.camel.component.dataset |
|
| 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.direct.springboot |
|
| org.apache.camel.component.directvm |
The Direct VM Component which synchronously invokes
the consumer when a producer sends an exchange to the endpoint.
|
| org.apache.camel.component.directvm.springboot |
|
| org.apache.camel.component.file |
|
| org.apache.camel.component.file.strategy |
Strategies for the File Component.
|
| org.apache.camel.component.language |
|
| org.apache.camel.component.log |
The Log Component uses Jakarta Commons Logging to log message exchanges.
|
| org.apache.camel.component.log.springboot |
|
| org.apache.camel.component.mock |
The Mock Component which is used for testing of routing and mediation rules.
|
| org.apache.camel.component.properties |
|
| org.apache.camel.component.properties.springboot |
|
| org.apache.camel.component.ref |
|
| org.apache.camel.component.rest |
|
| org.apache.camel.component.scheduler |
|
| org.apache.camel.component.scheduler.springboot |
|
| org.apache.camel.component.seda |
|
| org.apache.camel.component.seda.springboot |
|
| org.apache.camel.component.stub |
|
| org.apache.camel.component.stub.springboot |
|
| org.apache.camel.component.test |
|
| org.apache.camel.component.timer |
|
| org.apache.camel.component.validator |
|
| org.apache.camel.component.validator.springboot |
|
| org.apache.camel.component.vm |
|
| org.apache.camel.component.vm.springboot |
|
| org.apache.camel.component.xslt |
|
| org.apache.camel.component.xslt.springboot |
|
| org.apache.camel.converter |
A set of helper classes for converting from different types of Java object to be used by the
Type Conversion Support
|
| org.apache.camel.converter.jaxp |
A number of JAXP related helper classes for converting to and from various JAXP related classes like Document and Source to be used by a
TypeConverter
|
| org.apache.camel.converter.stream |
Package with converters for dealing with stream-based messages
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.converter |
|
| org.apache.camel.impl.osgi |
Camel OSGi Activator.
|
| org.apache.camel.impl.osgi.tracker |
Camel OSGi Bundle Tracker.
|
| org.apache.camel.impl.remote |
|
| org.apache.camel.impl.scan |
Package scan classes.
|
| org.apache.camel.impl.springboot |
|
| org.apache.camel.language |
Camel language support such as Bean
and Simple language.
|
| org.apache.camel.language.bean |
|
| org.apache.camel.language.bean.springboot |
|
| org.apache.camel.language.constant |
|
| org.apache.camel.language.constant.springboot |
|
| org.apache.camel.language.header |
|
| org.apache.camel.language.header.springboot |
|
| org.apache.camel.language.property |
|
| org.apache.camel.language.property.springboot |
|
| org.apache.camel.language.ref |
|
| org.apache.camel.language.ref.springboot |
|
| org.apache.camel.language.simple |
|
| org.apache.camel.language.simple.ast |
AST for the Camel Simple language.
|
| org.apache.camel.language.simple.springboot |
|
| org.apache.camel.language.simple.types |
Types for the Camel Simple language.
|
| org.apache.camel.language.tokenizer |
|
| org.apache.camel.language.tokenizer.springboot |
|
| org.apache.camel.language.xpath |
Camel XPath language support.
|
| org.apache.camel.language.xpath.springboot |
|
| org.apache.camel.main |
Application level classes that can be used to instantiate camel.
|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.management.event |
Camel management events
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.model |
|
| org.apache.camel.model.config |
The JAXB POJOs for various configurations 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 |
|
| org.apache.camel.model.loadbalancer |
|
| org.apache.camel.model.remote |
The JAXB POJOs for the remote service call DSL
|
| org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
| org.apache.camel.processor |
|
| org.apache.camel.processor.aggregate |
|
| org.apache.camel.processor.binding |
Helper classes for the Binding concept on Endpoints.
|
| org.apache.camel.processor.exceptionpolicy |
|
| org.apache.camel.processor.idempotent |
|
| org.apache.camel.processor.interceptor |
Helper classes for interceptors.
|
| org.apache.camel.processor.loadbalancer |
Various load balancer processors
|
| org.apache.camel.processor.resequencer |
|
| org.apache.camel.processor.validation |
Performs XML validation using JAXP for validating against XSD or
RelaxNG
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| org.apache.camel.util |
Utility classes used by the core of Camel.
|
| org.apache.camel.util.component |
Base classes and utilities for API based components
|
| org.apache.camel.util.concurrent |
Concurrent utility classes
|
| org.apache.camel.util.jndi |
A simple JNDI context which can be used with the JndiRegistry
|
| org.apache.camel.util.jsse |
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
|
| org.apache.camel.util.toolbox |
Toolbox classes to create commonly used Aggregation Strategies in a fluent manner.
|