blob: 5e112e2d7d193ef12f9c5abca3e4adadc7cc97c8 [file] [log] [blame]
= Summary
* <<Overview>>
* <<Documentation>>
* <<Community>>
* <<Developers>>
== Overview
* https://github.com/apache/camel/blob/master/README.md[Introduction]
* xref:getting-started.adoc[Getting Started]
* xref:book-getting-started.adoc[Longer Getting Started Guide]
* xref:faq.adoc[FAQ]
* https://github.com/apache/camel/blob/master/NOTICE.txt[Legal Notice]
== Documentation
* <<User Guide>>
* xref:books.adoc[Books]
* xref:examples.adoc[Examples]
* xref:architecture.adoc[Architecture]
* xref:enterprise-integration-patterns.adoc[Enterprise Integration Patterns]
* xref:dsl.adoc[DSL]
* <<Components>>
* <<Data Formats>>
* xref:languages.adoc[Languages]
=== User Guide
* xref:getting-started.adoc[Getting Started]
* xref:book-getting-started.adoc[Longer Getting Started Guide]
* xref:camel-jar-dependencies.adoc[Camel JAR Dependencies]
* xref:camel-boot.adoc[Camel Boot]
* xref:components::cdi.adoc[Working with Camel and CDI]
* xref:spring.adoc[Working with Camel and Spring]
* xref:karaf.adoc[Working with Camel and Karaf]
* xref:faq/how-do-i-configure-endpoints.adoc[How do I configure endpoints?]
* xref:bean-integration.adoc[Bean Integration]
* xref:configuring-camel.adoc[Configuring Camel]
* xref:configuring-route-startup-ordering-and-autostartup.adoc[Configuring route startup ordering and autostartup]
* xref:graceful-shutdown.adoc[Graceful Shutdown]
* xref:error-handling-in-camel.adoc[Error handling in Camel]
* xref:using-propertyplaceholder.adoc[How to use Camel property placeholders]
* xref:examples.adoc[Examples]
* xref:testing.adoc[Testing]
* xref:xml-configuration.adoc[XML Configuration]
* [Using CamelProxy] for how to use proxies for clients to easily invoke
camel routes without them knowing
* xref:camel-maven-plugin.adoc[Camel Maven Plugin] for running Camel from a Maven goal
* xref:camel-maven-archetypes.adoc[Camel Maven Archetypes]
* xref:creating-a-new-spring-based-camel-route.adoc[Creating a new Spring based Camel Route]
* xref:components::jmx-component.adoc[Camel JMX]
* xref:using-osgi-blueprint-with-camel.adoc[Using OSGi blueprint with Camel]
* xref:rest-dsl.adoc[Working with REST and Rest DSL]
=== xref:architecture.adoc[Architecture]
* xref:async.adoc[Async]
* xref:asynchronous-routing-engine.adoc[Asynchronous Routing Engine]
* xref:backlogdebugger.adoc[BacklogDebugger]
* xref:backlog-tracer.adoc[BacklogTracer]
* xref:batch-consumer.adoc[Batch Consumer]
* xref:binding.adoc[Binding]
* xref:browsable-endpoint.adoc[BrowsableEndpoint]
* xref:camelcontext.adoc[CamelContext]
* xref:camel-core.adoc[Camel Core]
* xref:cep.adoc[CEP]
* xref:clustering.adoc[Clustering and loadbalancing]
* xref:components::index.adoc[Component]
* xref:componentconfiguration.adoc[ComponentConfiguration]
* xref:data-format.adoc[Data Format]
* xref:debugger.adoc[Debugger]
* xref:delay-interceptor.adoc[Delay Interceptor]
* xref:dependency-injection.adoc[Dependency Injection]
* xref:dozer-type-conversion.adoc[Dozer Type Conversion]
* xref:dsl.adoc[DSL]
* xref:endpoint.adoc[Endpoint]
* xref:endpoint-annotations.adoc[Endpoint Annotations]
* xref:endpoint-completer.adoc[EndpointCompleter]
* xref:error-handler.adoc[Error Handler]
* xref:exchange.adoc[Exchange]
* xref:exchange-pattern.adoc[Exchange Pattern]
* xref:expression.adoc[Expression]
* xref:http-session-handling.adoc[HTTP-Session Handling]
* xref:injector.adoc[Injector]
* xref:intercept.adoc[Intercept]
* xref:inversion-of-control-with-smart-defaults.adoc[Inversion of Control with Smart Defaults]
* xref:languages.adoc[Languages]
* xref:lifecycle.adoc[Lifecycle]
* xref:oncompletion.adoc[OnCompletion]
* xref:pluggable-class-resolvers.adoc[Pluggable Class Resolvers]
* xref:predicate.adoc[Predicate]
* xref:processor.adoc[Processor]
* xref:registry.adoc[Registry]
* xref:route-builder.adoc[RouteBuilder]
* xref:route-policy.adoc[RoutePolicy]
* xref:routes.adoc[Routes]
* xref:servicepool.adoc[ServicePool]
* xref:stream-caching.adoc[Stream caching]
* xref:threading-model.adoc[Threading Model]
* xref:tracer.adoc[Tracer]
* xref:transport.adoc[Transport]
* xref:type-converter.adoc[Type Converter]
* xref:uris.adoc[URIs]
* xref:uuidgenerator.adoc[UuidGenerator]
* xref:xml-configuration.adoc[XML Configuration]
=== xref:dsl.adoc[DSL]
* xref:java-dsl.adoc[Java DSL]
* xref:bean-integration.adoc[Java Annotation DSL]
* xref:components::spring.adoc[Spring XML DSL]
* xref:using-osgi-blueprint-with-camel.adoc[OSGi Blueprint XML DSL]
* xref:rest-dsl.adoc[Rest DSL]
=== Components
// <!-- core components: START -->
* Core Components
** xref:components::bean-component.adoc[Bean]
** xref:components::browse-component.adoc[Browse]
** xref:components::class-component.adoc[Class]
** xref:components::controlbus-component.adoc[Control Bus]
** xref:components::dataformat-component.adoc[Data Format]
** xref:components::dataset-component.adoc[Dataset]
** xref:components::direct-component.adoc[Direct]
** xref:components::direct-vm-component.adoc[Direct VM]
** xref:components::file-component.adoc[File]
** xref:components::language-component.adoc[Language]
** xref:components::log-component.adoc[Log]
** xref:components::mock-component.adoc[Mock]
** xref:components::properties-component.adoc[Properties]
** xref:components::ref-component.adoc[Ref]
** xref:components::rest-component.adoc[REST]
** xref:components::rest-api-component.adoc[REST API]
** xref:components::saga-component.adoc[Saga]
** xref:components::scheduler-component.adoc[Scheduler]
** xref:components::seda-component.adoc[SEDA]
** xref:components::stub-component.adoc[Stub]
** xref:components::timer-component.adoc[Timer]
** xref:components::validator-component.adoc[Validator]
** xref:components::vm-component.adoc[VM]
** xref:components::xslt-component.adoc[XSLT]
// <!-- core components: END -->
// <!-- components: START -->
* Components
** xref:components::ahc-component.adoc[AHC]
** xref:components::ahc-ws-component.adoc[AHC Websocket]
** xref:components::amqp-component.adoc[AMQP]
** xref:components::flink-component.adoc[Apache Flink]
** xref:components::spark-component.adoc[Apache Spark]
** xref:components::apns-component.adoc[APNS]
** xref:components::as2-component.adoc[AS2]
** xref:components::asterisk-component.adoc[Asterisk]
** xref:components::atmos-component.adoc[Atmos]
** xref:components::atmosphere-websocket-component.adoc[Atmosphere Websocket]
** xref:components::atom-component.adoc[Atom]
** xref:components::atomix-map-component.adoc[Atomix Map]
** xref:components::atomix-messaging-component.adoc[Atomix Messaging]
** xref:components::atomix-multimap-component.adoc[Atomix MultiMap]
** xref:components::atomix-queue-component.adoc[Atomix Queue]
** xref:components::atomix-set-component.adoc[Atomix Set]
** xref:components::atomix-value-component.adoc[Atomix Value]
** xref:components::avro-component.adoc[Avro]
** xref:components::aws-cw-component.adoc[AWS CloudWatch]
** xref:components::aws-ddb-component.adoc[AWS DynamoDB]
** xref:components::aws-ddbstream-component.adoc[AWS DynamoDB Streams]
** xref:components::aws-ec2-component.adoc[AWS EC2]
** xref:components::aws-iam-component.adoc[AWS IAM]
** xref:components::aws-kinesis-component.adoc[AWS Kinesis]
** xref:components::aws-kinesis-firehose-component.adoc[AWS Kinesis Firehose]
** xref:components::aws-kms-component.adoc[AWS KMS]
** xref:components::aws-lambda-component.adoc[AWS Lambda]
** xref:components::aws-mq-component.adoc[AWS MQ]
** xref:components::aws-s3-component.adoc[AWS S3 Storage Service]
** xref:components::aws-ses-component.adoc[AWS Simple Email Service]
** xref:components::aws-sns-component.adoc[AWS Simple Notification System]
** xref:components::aws-sqs-component.adoc[AWS Simple Queue Service]
** xref:components::aws-swf-component.adoc[AWS Simple Workflow]
** xref:components::aws-sdb-component.adoc[AWS Translate]
** xref:components::aws-translate-component.adoc[AWS SimpleDB]
** xref:components::azure-blob-component.adoc[Azure Storage Blob Service]
** xref:components::azure-queue-component.adoc[Azure Storage Queue Service]
** xref:components::bean-validator-component.adoc[Bean Validator]
** xref:components::beanstalk-component.adoc[Beanstalk]
** xref:components::bonita-component.adoc[Bonita]
** xref:components::box-component.adoc[Box]
** xref:components::braintree-component.adoc[Braintree]
** xref:components::caffeine-cache-component.adoc[Caffeine Cache]
** xref:components::caffeine-loadcache-component.adoc[Caffeine LoadCache]
** xref:components::cql-component.adoc[Cassandra CQL]
** xref:components::chunk-component.adoc[Chunk]
** xref:components::cm-sms-component.adoc[CM SMS Gateway]
** xref:components::cmis-component.adoc[CMIS]
** xref:components::coap-component.adoc[CoAP]
** xref:components::cometd-component.adoc[CometD]
** xref:components::consul-component.adoc[Consul]
** xref:components::corda-component.adoc[corda]
** xref:components::couchbase-component.adoc[Couchbase]
** xref:components::couchdb-component.adoc[CouchDB]
** xref:components::crypto-component.adoc[Crypto (JCE)]
** xref:components::crypto-cms-component.adoc[Crypto CMS]
** xref:components::cxf-component.adoc[CXF]
** xref:components::cxfrs-component.adoc[CXF-RS]
** xref:components::debezium-component.adoc[Debezium]
** xref:components::digitalocean-component.adoc[DigitalOcean]
** xref:components::disruptor-component.adoc[Disruptor]
** xref:components::dns-component.adoc[DNS]
** xref:components::docker-component.adoc[Docker]
** xref:components::dozer-component.adoc[Dozer]
** xref:components::drill-component.adoc[Drill]
** xref:components::dropbox-component.adoc[Dropbox]
** xref:components::ehcache-component.adoc[Ehcache]
** xref:components::elasticsearch-rest-component.adoc[Elastichsearch Rest]
** xref:components::elsql-component.adoc[ElSQL]
** xref:components::etcd-component.adoc[etcd]
** xref:components::exec-component.adoc[Exec]
** xref:components::facebook-component.adoc[Facebook]
** xref:components::fhir-component.adoc[FHIR]
** xref:components::flatpack-component.adoc[Flatpack]
** xref:components::fop-component.adoc[FOP]
** xref:components::freemarker-component.adoc[Freemarker]
** xref:components::ftp-component.adoc[FTP]
** xref:components::ftps-component.adoc[FTPS]
** xref:components::ganglia-component.adoc[Ganglia]
** xref:components::geocoder-component.adoc[Geocoder]
** xref:components::git-component.adoc[Git]
** xref:components::github-component.adoc[GitHub]
** xref:components::google-bigquery-component.adoc[Google BigQuery]
** xref:components::google-bigquery-sql-component.adoc[Google BigQuery Standard SQL]
** xref:components::google-calendar-component.adoc[Google Calendar]
** xref:components::google-calendar-stream-component.adoc[Google Calendar Stream]
** xref:components::google-drive-component.adoc[Google Drive]
** xref:components::google-mail-component.adoc[Google Mail]
** xref:components::google-mail-stream-component.adoc[Google Mail Stream]
** xref:components::google-pubsub-component.adoc[Google Pubsub]
** xref:components::google-sheets-component.adoc[Google Sheets]
** xref:components::google-sheets-stream-component.adoc[Google Sheets Stream]
** xref:components::gora-component.adoc[Gora]
** xref:components::grape-component.adoc[Grape]
** xref:components::grpc-component.adoc[gRPC]
** xref:components::guava-eventbus-component.adoc[Guava EventBus]
** xref:components::hazelcast-atomicvalue-component.adoc[Hazelcast Atomic Number]
** xref:components::hazelcast-instance-component.adoc[Hazelcast Instance]
** xref:components::hazelcast-list-component.adoc[Hazelcast List]
** xref:components::hazelcast-map-component.adoc[Hazelcast Map]
** xref:components::hazelcast-multimap-component.adoc[Hazelcast Multimap]
** xref:components::hazelcast-queue-component.adoc[Hazelcast Queue]
** xref:components::hazelcast-replicatedmap-component.adoc[Hazelcast Replicated Map]
** xref:components::hazelcast-ringbuffer-component.adoc[Hazelcast Ringbuffer]
** xref:components::hazelcast-seda-component.adoc[Hazelcast SEDA]
** xref:components::hazelcast-set-component.adoc[Hazelcast Set]
** xref:components::hazelcast-topic-component.adoc[Hazelcast Topic]
** xref:components::hbase-component.adoc[HBase]
** xref:components::hdfs-component.adoc[HDFS]
** xref:components::hipchat-component.adoc[Hipchat]
** xref:components::http-component.adoc[HTTP]
** xref:components::iec60870-client-component.adoc[IEC 60870 Client]
** xref:components::iec60870-server-component.adoc[IEC 60870 Server]
** xref:components::ignite-cache-component.adoc[Ignite Cache]
** xref:components::ignite-compute-component.adoc[Ignite Compute]
** xref:components::ignite-events-component.adoc[Ignite Events]
** xref:components::ignite-idgen-component.adoc[Ignite ID Generator]
** xref:components::ignite-messaging-component.adoc[Ignite Messaging]
** xref:components::ignite-queue-component.adoc[Ignite Queues]
** xref:components::ignite-set-component.adoc[Ignite Sets]
** xref:components::infinispan-component.adoc[Infinispan]
** xref:components::influxdb-component.adoc[InfluxDB]
** xref:components::ipfs-component.adoc[IPFS]
** xref:components::irc-component.adoc[IRC]
** xref:components::ironmq-component.adoc[IronMQ]
** xref:components::websocket-jsr356-component.adoc[Javax Websocket]
** xref:components::jbpm-component.adoc[JBPM]
** xref:components::jcache-component.adoc[JCache]
** xref:components::jclouds-component.adoc[JClouds]
** xref:components::jcr-component.adoc[JCR]
** xref:components::jdbc-component.adoc[JDBC]
** xref:components::jetty-component.adoc[Jetty 9]
** xref:components::websocket-component.adoc[Jetty Websocket]
** xref:components::jgroups-component.adoc[JGroups]
** xref:components::jgroups-raft-component.adoc[JGroups raft]
** xref:components::jing-component.adoc[Jing]
** xref:components::jms-component.adoc[JMS]
** xref:components::jmx-component.adoc[JMX]
** xref:components::jolt-component.adoc[JOLT]
** xref:components::jpa-component.adoc[JPA]
** xref:components::json-validator-component.adoc[JSON Schema Validator]
** xref:components::jt400-component.adoc[JT400]
** xref:components::kafka-component.adoc[Kafka]
** xref:components::kubernetes-config-maps-component.adoc[Kubernetes ConfigMap]
** xref:components::kubernetes-deployments-component.adoc[Kubernetes Deployments]
** xref:components::kubernetes-hpa-component.adoc[Kubernetes HPA]
** xref:components::kubernetes-job-component.adoc[Kubernetes Job]
** xref:components::kubernetes-namespaces-component.adoc[Kubernetes Namespaces]
** xref:components::kubernetes-nodes-component.adoc[Kubernetes Nodes]
** xref:components::kubernetes-persistent-volumes-component.adoc[Kubernetes Persistent Volume]
** xref:components::kubernetes-persistent-volumes-claims-component.adoc[Kubernetes Persistent Volume Claim]
** xref:components::kubernetes-pods-component.adoc[Kubernetes Pods]
** xref:components::kubernetes-replication-controllers-component.adoc[Kubernetes Replication Controller]
** xref:components::kubernetes-resources-quota-component.adoc[Kubernetes Resources Quota]
** xref:components::kubernetes-secrets-component.adoc[Kubernetes Secrets]
** xref:components::kubernetes-service-accounts-component.adoc[Kubernetes Service Account]
** xref:components::kubernetes-services-component.adoc[Kubernetes Services]
** xref:components::ldap-component.adoc[LDAP]
** xref:components::ldif-component.adoc[LDIF]
** xref:components::linkedin-component.adoc[Linkedin]
** xref:components::lucene-component.adoc[Lucene]
** xref:components::lumberjack-component.adoc[Lumberjack]
** xref:components::master-component.adoc[Master]
** xref:components::metrics-component.adoc[Metrics]
** xref:components::micrometer-component.adoc[Micrometer]
** xref:components::mina-component.adoc[Mina]
** xref:components::mllp-component.adoc[MLLP]
** xref:components::mongodb-component.adoc[MongoDB]
** xref:components::mongodb-gridfs-component.adoc[MongoDB GridFS]
** xref:components::mqtt-component.adoc[MQTT]
** xref:components::msv-component.adoc[MSV]
** xref:components::mustache-component.adoc[Mustache]
** xref:components::mvel-component.adoc[MVEL]
** xref:components::mybatis-component.adoc[MyBatis]
** xref:components::mybatis-bean-component.adoc[MyBatis Bean]
** xref:components::nagios-component.adoc[Nagios]
** xref:components::nats-component.adoc[Nats]
** xref:components::netty-component.adoc[Netty]
** xref:components::netty-http-component.adoc[Netty HTTP]
** xref:components::nsq-component.adoc[NSQ]
** xref:components::olingo2-component.adoc[Olingo2]
** xref:components::olingo4-component.adoc[Olingo4]
** xref:components::milo-client-component.adoc[OPC UA Client]
** xref:components::milo-server-component.adoc[OPC UA Server]
** xref:components::openshift-build-configs-component.adoc[Openshift Build Config]
** xref:components::openshift-builds-component.adoc[Openshift Builds]
** xref:components::openstack-cinder-component.adoc[OpenStack Cinder]
** xref:components::openstack-glance-component.adoc[OpenStack Glance]
** xref:components::openstack-keystone-component.adoc[OpenStack Keystone]
** xref:components::openstack-neutron-component.adoc[OpenStack Neutron]
** xref:components::openstack-nova-component.adoc[OpenStack Nova]
** xref:components::openstack-swift-component.adoc[OpenStack Swift]
** xref:components::optaplanner-component.adoc[OptaPlanner]
** xref:components::eventadmin-component.adoc[OSGi EventAdmin]
** xref:components::paxlogging-component.adoc[OSGi PAX Logging]
** xref:components::paho-component.adoc[Paho]
** xref:components::pdf-component.adoc[PDF]
** xref:components::pgevent-component.adoc[PostgresSQL Event]
** xref:components::lpr-component.adoc[Printer]
** xref:components::pubnub-component.adoc[PubNub]
** xref:components::quartz-component.adoc[Quartz]
** xref:components::quickfix-component.adoc[QuickFix]
** xref:components::rabbitmq-component.adoc[RabbitMQ]
** xref:components::reactive-streams-component.adoc[Reactive Streams]
** xref:components::rest-swagger-component.adoc[REST Swagger]
** xref:components::restlet-component.adoc[Restlet]
** xref:components::rss-component.adoc[RSS]
** xref:components::salesforce-component.adoc[Salesforce]
** xref:components::sap-netweaver-component.adoc[SAP NetWeaver]
** xref:components::schematron-component.adoc[Schematron]
** xref:components::scp-component.adoc[SCP]
** xref:components::service-component.adoc[Service]
** xref:components::servicenow-component.adoc[ServiceNow]
** xref:components::servlet-component.adoc[Servlet]
** xref:components::sftp-component.adoc[SFTP]
** xref:components::sjms-component.adoc[Simple JMS]
** xref:components::sjms-batch-component.adoc[Simple JMS Batch]
** xref:components::sjms2-component.adoc[Simple JMS2]
** xref:components::sip-component.adoc[SIP]
** xref:components::slack-component.adoc[Slack]
** xref:components::smpp-component.adoc[SMPP]
** xref:components::snmp-component.adoc[SNMP]
** xref:components::solr-component.adoc[Solr]
** xref:components::spark-rest-component.adoc[Spark Rest]
** xref:components::splunk-component.adoc[Splunk]
** xref:components::spring-batch-component.adoc[Spring Batch]
** xref:components::spring-event-component.adoc[Spring Event]
** xref:components::spring-integration-component.adoc[Spring Integration]
** xref:components::spring-ldap-component.adoc[Spring LDAP]
** xref:components::spring-redis-component.adoc[Spring Redis]
** xref:components::spring-ws-component.adoc[Spring WebService]
** xref:components::sql-component.adoc[SQL]
** xref:components::sql-stored-component.adoc[SQL Stored Procedure]
** xref:components::ssh-component.adoc[SSH]
** xref:components::stax-component.adoc[StAX]
** xref:components::stomp-component.adoc[Stomp]
** xref:components::stream-component.adoc[Stream]
** xref:components::string-template-component.adoc[String Template]
** xref:components::telegram-component.adoc[Telegram]
** xref:components::thrift-component.adoc[Thrift]
** xref:components::tika-component.adoc[Tika]
** xref:components::twilio-component.adoc[Twilio]
** xref:components::twitter-directmessage-component.adoc[Twitter Direct Message]
** xref:components::twitter-search-component.adoc[Twitter Search]
** xref:components::twitter-timeline-component.adoc[Twitter Timeline]
** xref:components::undertow-component.adoc[Undertow]
** xref:components::velocity-component.adoc[Velocity]
** xref:components::vertx-component.adoc[Vert.x]
** xref:components::weather-component.adoc[Weather]
** xref:components::web3j-component.adoc[Web3j Ethereum Blockchain]
** xref:components::wordpress-component.adoc[Wordpress]
** xref:components::xchange-component.adoc[XChange]
** xref:components::xmlsecurity-component.adoc[XML Security]
** xref:components::xmpp-component.adoc[XMPP]
** xref:components::xj-component.adoc[XJ]
** xref:components::xquery-component.adoc[XQuery]
** xref:components::yammer-component.adoc[Yammer]
** xref:components::zendesk-component.adoc[Zendesk]
** xref:components::zookeeper-component.adoc[ZooKeeper]
** xref:components::zookeeper-master-component.adoc[ZooKeeper Master]
// <!-- components: END -->
// <!-- others: START -->
* Miscellaneous Components
** xref:components::blueprint.adoc[Blueprint]
** xref:components::cdi.adoc[CDI]
** xref:components::cxf-transport.adoc[CXF Transport]
** xref:components::hystrix.adoc[Hystrix]
** xref:components::jasypt.adoc[Jasypt]
** xref:components::kura.adoc[Kura]
** xref:components::leveldb.adoc[LevelDB]
** xref:components::lra.adoc[Lra]
** xref:components::opentracing.adoc[OpenTracing]
** xref:components::reactor.adoc[Reactor]
** xref:components::ribbon.adoc[Ribbon]
** xref:components::rxjava.adoc[Rxjava]
** xref:components::shiro.adoc[Shiro]
** xref:components::spring-boot.adoc[Spring Boot]
** xref:components::spring-cloud.adoc[Spring Cloud]
** xref:components::spring-cloud-consul.adoc[Spring Cloud Consul]
** xref:components::spring-cloud-netflix.adoc[Spring Cloud Netflix]
** xref:components::spring-cloud-zookeeper.adoc[Spring Cloud Zookeeper]
** xref:components::spring-javaconfig.adoc[Spring Java Configuration]
** xref:components::spring-security.adoc[Spring Security]
** xref:components::swagger-java.adoc[Swagger Java]
** xref:components::test.adoc[Test]
** xref:components::test-blueprint.adoc[Test Blueprint]
** xref:components::test-cdi.adoc[Test CDI]
** xref:components::test-karaf.adoc[Test Karaf]
** xref:components::test-spring.adoc[Test Spring]
** xref:components::testcontainers.adoc[Testcontainers]
** xref:components::testcontainers-spring.adoc[Testcontainers Spring]
** xref:components::aws-xray.adoc[XRay]
** xref:components::zipkin.adoc[Zipkin]
// <!-- others: END -->
=== Data Formats
// <!-- dataformats: START -->
* Data Formats
** xref:components::asn1-dataformat.adoc[ASN.1 File]
** xref:components::avro-dataformat.adoc[Avro]
** xref:components::barcode-dataformat.adoc[Barcode]
** xref:components::base64-dataformat.adoc[Base64]
** xref:components::beanio-dataformat.adoc[BeanIO]
** xref:components::bindy-dataformat.adoc[Bindy CSV]
** xref:components::bindy-dataformat.adoc[Bindy Fixed Length]
** xref:components::bindy-dataformat.adoc[Bindy Key Value Pair]
** xref:components::crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)]
** xref:components::csv-dataformat.adoc[CSV]
** xref:components::fhirJson-dataformat.adoc[FHIR JSon]
** xref:components::fhirXml-dataformat.adoc[FHIR XML]
** xref:components::flatpack-dataformat.adoc[Flatpack]
** xref:components::hl7-dataformat.adoc[HL7]
** xref:components::ical-dataformat.adoc[iCal]
** xref:components::jacksonxml-dataformat.adoc[JacksonXML]
** xref:components::jaxb-dataformat.adoc[JAXB]
** xref:components::json-fastjson-dataformat.adoc[JSon Fastjson]
** xref:components::json-gson-dataformat.adoc[JSon GSon]
** xref:components::json-jackson-dataformat.adoc[JSon Jackson]
** xref:components::json-johnzon-dataformat.adoc[JSon Johnzon]
** xref:components::json-xstream-dataformat.adoc[JSon XStream]components::
** xref:components::lzf-dataformat.adoc[LZF Deflate Compression]
** xref:components::mime-multipart-dataformat.adoc[MIME Multipart]
** xref:components::pgp-dataformat.adoc[PGP]
** xref:components::protobuf-dataformat.adoc[Protobuf]
** xref:components::rss-dataformat.adoc[RSS]
** xref:components::soapjaxb-dataformat.adoc[SOAP]
** xref:components::syslog-dataformat.adoc[Syslog]
** xref:components::tarfile-dataformat.adoc[Tar File]
** xref:components::thrift-dataformat.adoc[Thrift]
** xref:components::tidyMarkup-dataformat.adoc[TidyMarkup]
** xref:components::univocity-csv-dataformat.adoc[uniVocity CSV]
** xref:components::univocity-fixed-dataformat.adoc[uniVocity Fixed Length]
** xref:components::univocity-tsv-dataformat.adoc[uniVocity TSV]
** xref:components::secureXML-dataformat.adoc[XML Security]
** xref:components::xstream-dataformat.adoc[XStream]
** xref:components::yaml-snakeyaml-dataformat.adoc[YAML SnakeYAML]
** xref:components::zipfile-dataformat.adoc[Zip File]
// <!-- dataformats: END -->
=== xref:languages.adoc[Languages]
// <!-- languages: START -->
* Expression Languages
** xref:components::bean-language.adoc[Bean method]
** xref:constant-language.adoc[Constant]
** xref:exchangeProperty-language.adoc[ExchangeProperty]
** xref:file-language.adoc[File]
** xref:components::groovy-language.adoc[Groovy]
** xref:header-language.adoc[Header]
** xref:components::hl7terser-language.adoc[HL7 Terser]
** xref:components::mvel-language.adoc[MVEL]
** xref:components::ognl-language.adoc[OGNL]
** xref:ref-language.adoc[Ref]
** xref:simple-language.adoc[Simple]
** xref:components::spel-language.adoc[SpEL]
** xref:tokenize-language.adoc[Tokenize]
** xref:components::xpath-language.adoc[XPath]
** xref:components::xquery-language.adoc[XQuery]
// <!-- languages: END -->
== Community
* xref:support.adoc[Support]
* https://github.com/apache/camel/blob/master/CONTRIBUTING.md[Contributing]
* xref:mailing-lists.adoc[Mailing Lists]
* https://gitter.im/apache/apache-camel[Gitter Chat]
* xref:user-stories.adoc[User Stories]
* xref:team.adoc[Team]
* https://github.com/camel-extra/camel-extra[Camel Extra]
== Developers
* Developer Guide
* https://github.com/apache/camel/[GitHub]
* xref:building.adoc[Building]