Skip navigation links

Camel :: Core 3.0.0-M2 API

Fluent API (DSL) for building EIP rules 
Package Description
org.apache.camel.builder
org.apache.camel.builder.xml
Support for XPath based Expressions and Predicates as well as an XSLT processor
EIP model 
Package Description
org.apache.camel.model
The JAXB POJOs for the XML Configuration of the routing rules.
org.apache.camel.model.cloud
The JAXB POJOs for the remote service call DSL
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
The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration.
org.apache.camel.model.loadbalancer
The JAXB POJOs for the Load Balancer EIP pattern for the XML Configuration.
org.apache.camel.model.rest
The JAXB POJOs for the REST DSL
org.apache.camel.model.transformer
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
org.apache.camel.model.validator
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
Camel Components 
Package Description
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
The Class Component for invoking Java classes from Camel
org.apache.camel.component.dataset
A DataSet Endpoint for testing of endpoints using defined DataSets
org.apache.camel.component.mock
The Mock Component which is used for testing of routing and mediation rules.
org.apache.camel.component.test
A Test Endpoint for Pattern Based Testing
Language APIs and plugins for Expressions and Predicates 
Package Description
org.apache.camel.language
Camel language support such as Bean and Simple language.
org.apache.camel.language.bean
Camel Bean language.
org.apache.camel.language.constant
Camel Constant language.
org.apache.camel.language.header
Camel Header language.
org.apache.camel.language.property
Camel Exchange Property language.
org.apache.camel.language.ref
Camel Ref language.
org.apache.camel.language.simple
Camel Simple language.
org.apache.camel.language.simple.ast
AST for the Camel Simple language.
org.apache.camel.language.simple.types
Types for the Camel Simple language.
org.apache.camel.language.tokenizer
Camel Tokenizer language.
org.apache.camel.language.xpath
Camel XPath language support.
Processors to implement the Enterprise Integration Patterns 
Package Description
org.apache.camel.processor
A collection of Processor implementations which are used to implement the Enterprise Integration Patterns
org.apache.camel.processor.aggregate
Helper classes for the Aggregator pattern.
org.apache.camel.processor.exceptionpolicy
Exception policy startegies for Dead Letter Channel pattern.
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.processor.resequencer
Helper classes for the Resequencer pattern.
org.apache.camel.processor.saga
Saga EIP implementation.
Camel Runtime 
Package Description
org.apache.camel.impl
Default implementation classes for Camel Core
org.apache.camel.impl.cloud
Base classes and implementation for Camel Cloud
org.apache.camel.impl.cluster
Base classes and implementation for Camel Cluster
org.apache.camel.impl.transformer
Transformer implementation classes.
Camel Main to run Camel standalone 
Package Description
org.apache.camel.main
Application level classes that can be used to instantiate camel.
Other Packages 
Package Description
org.apache.camel.reifier  
org.apache.camel.reifier.loadbalancer  
org.apache.camel.reifier.rest  
org.apache.camel.reifier.transformer  
org.apache.camel.reifier.validator  
Skip navigation links

Apache Camel