Repository: camel Updated Branches: refs/heads/master 3970f0ff7 -> 0fc8903cf
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0fc8903c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0fc8903c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0fc8903c Branch: refs/heads/master Commit: 0fc8903cf25ec9a53667291fbe5fce82bb7086f3 Parents: 3970f0f Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Aug 23 09:20:43 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Aug 23 09:20:51 2016 +0200 ---------------------------------------------------------------------- .../src/main/docs/bindy-dataformat.adoc | 2 +- components/readme.adoc | 54 +++++++++++++++++--- docs/user-manual/en/SUMMARY.md | 18 ++++++- 3 files changed, 64 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0fc8903c/components/camel-bindy/src/main/docs/bindy-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc index 090b6d2..59aa943 100644 --- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc +++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc @@ -74,7 +74,7 @@ The Bindy dataformat supports 3 options which are listed below. [width="100%",cols="2s,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description -| type | Csv | BindyType | Whether to use csv fixed or key value pairs mode. +| type | KeyValue | BindyType | Whether to use csv fixed or key value pairs mode. | classType | | String | Name of model class to use. | locale | | String | To configure a default locale to use such as us for united states. To use the JVM platform default locale then use the name default |======================================================================= http://git-wip-us.apache.org/repos/asf/camel/blob/0fc8903c/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 84ba65e..6b5ec75 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -6,6 +6,12 @@ Components |======================================================================= | Component | Description +| link:camel-ahc/src/main/docs/ahc-component.adoc[AHC] (camel-ahc) + +`ahc:httpUri` | To call external HTTP services using Async Http Client. + +| link:camel-ahc-ws/src/main/docs/ahc-ws-component.adoc[AHC Websocket] (camel-ahc-ws) + +`ahc-ws:httpUri` | To exchange data with external Websocket servers using Async Http Client. + | link:camel-amqp/src/main/docs/amqp-component.adoc[AMQP] (camel-amqp) + `amqp:destinationType:destinationName` | Messaging with AMQP protocol using Apache QPid Client. @@ -21,6 +27,9 @@ Components | link:camel-atmos/src/main/docs/atmos-component.adoc[Atmos] (camel-atmos) + `atmos:name/operation` | The atmos component is used for integrating with EMC's Atomos Storage. +| link:camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc[Atmosphere Websocket] (camel-atmosphere-websocket) + +`atmosphere-websocket:servicePath` | To exchange data with external Websocket clients using Atmosphere. + | link:camel-atom/src/main/docs/atom-component.adoc[Atom] (camel-atom) + `atom:feedUri` | The atom component is used for consuming Atom RSS feeds. @@ -66,12 +75,18 @@ Components | link:camel-beanstalk/src/main/docs/beanstalk-component.adoc[Beanstalk] (camel-beanstalk) + `beanstalk:connectionSettings` | The beanstalk component is used for job retrieval and post-processing of Beanstalk jobs. +| link:camel-box/src/main/docs/box-component.adoc[Box] (camel-box) + +`box:apiName/methodName` | For uploading downloading and managing files folders groups collaborations etc on box DOT com. + | link:camel-braintree/src/main/docs/braintree-component.adoc[Braintree] (camel-braintree) + `braintree:apiName/methodName` | The braintree component is used for integrating with the Braintree Payment System. | link:camel-context/src/main/docs/context-component.adoc[Camel Context] (camel-context) + `context:contextId:localEndpointUrl` | *deprecated* The context component allows to send/receive messages between Camel routes in a black box way. +| link:camel-cassandraql/src/main/docs/cql-component.adoc[Cassandra CQL] (camel-cassandraql) + +`cql:beanRef:hosts:port/keyspace` | The cql component aims at integrating Cassandra 2.0 using the CQL3 API (not the Thrift API). + | link:camel-chronicle/src/main/docs/chronicle-engine-component.adoc[Chronicle Engine] (camel-chronicle) + `chronicle-engine:addresses/path` | Camel Chronicle support @@ -84,6 +99,9 @@ Components | link:camel-cmis/src/main/docs/cmis-component.adoc[CMIS] (camel-cmis) + `cmis:url` | The cmis component uses the Apache Chemistry client API and allows you to add/read nodes to/from a CMIS compliant content repositories. +| link:camel-coap/src/main/docs/coap-component.adoc[CoAP] (camel-coap) + +`coap:uri` | The coap component is used for sending and receiving messages from COAP capable devices. + | link:camel-cometd/src/main/docs/cometd-component.adoc[CometD] (camel-cometd) + `cometd:host:port/channelName` | The cometd component is a transport for working with the Jetty implementation of the cometd/bayeux protocol. @@ -96,6 +114,12 @@ Components | link:camel-crypto/src/main/docs/crypto-component.adoc[Crypto (JCE)] (camel-crypto) + `crypto:cryptoOperation:name` | The crypto component is used for signing and verifying exchanges using the Signature Service of the Java Cryptographic Extension (JCE). +| link:camel-cxf/src/main/docs/cxf-component.adoc[CXF] (camel-cxf) + +`cxf:beanId:address` | The cxf component is used for SOAP WebServices using Apache CXF. + +| link:camel-cxf/src/main/docs/cxfrs-component.adoc[CXF-RS] (camel-cxf) + +`cxfrs:beanId:address` | The cxfrs component is used for JAX-RS REST services using Apache CXF. + | link:camel-disruptor/src/main/docs/disruptor-component.adoc[Disruptor] (camel-disruptor) + `disruptor:name` | The disruptor component provides asynchronous SEDA behavior using LMAX Disruptor. @@ -112,7 +136,7 @@ Components `dropbox:operation` | For uploading downloading and managing files folders groups collaborations etc on dropbox DOT com. | link:camel-cache/src/main/docs/cache-component.adoc[EHCache] (camel-cache) + -`cache:cacheName` | The cache component enables you to perform caching operations using EHCache as the Cache Implementation. +`cache:cacheName` | *deprecated* The cache component enables you to perform caching operations using EHCache as the Cache Implementation. | link:camel-ehcache/src/main/docs/ehcache-component.adoc[Ehcache] (camel-ehcache) + `ehcache:cacheName` | Camel Ehcache support @@ -132,6 +156,9 @@ Components | link:camel-exec/src/main/docs/exec-component.adoc[Exec] (camel-exec) + `exec:executable` | The exec component can be used to execute OS system commands. +| link:camel-facebook/src/main/docs/facebook-component.adoc[Facebook] (camel-facebook) + +`facebook:methodName` | The Facebook component provides access to all of the Facebook APIs accessible using Facebook4J. + | link:camel-flatpack/src/main/docs/flatpack-component.adoc[Flatpack] (camel-flatpack) + `flatpack:type:resourceUri` | The flatpack component supports fixed width and delimited file parsing via the FlatPack library. @@ -153,6 +180,9 @@ Components | link:camel-geocoder/src/main/docs/geocoder-component.adoc[Geocoder] (camel-geocoder) + `geocoder:address:latlng` | The geocoder component is used for looking up geocodes (latitude and longitude) for a given address or reverse lookup. +| link:camel-git/src/main/docs/git-component.adoc[Git] (camel-git) + +`git:localPath` | The git component is used for working with git repositories. + | link:camel-github/src/main/docs/github-component.adoc[GitHub] (camel-github) + `github:type/branchName` | The github component is used for integrating Camel with github. @@ -204,6 +234,9 @@ Components | link:camel-infinispan/src/main/docs/infinispan-component.adoc[Infinispan] (camel-infinispan) + `infinispan:host` | For reading/writing from/to Infinispan distributed key/value store and data grid. +| link:camel-influxdb/src/main/docs/influxdb-component.adoc[InfluxDB] (camel-influxdb) + +`influxdb:connectionBean` | Camel InfluxDB component + | link:camel-irc/src/main/docs/irc-component.adoc[IRC] (camel-irc) + `irc:hostname:port` | For IRC chat communication. @@ -231,6 +264,9 @@ Components | link:camel-jetty9/src/main/docs/jetty-component.adoc[Jetty 9] (camel-jetty9) + `jetty:httpUri` | The jetty component provides HTTP-based endpoints for consuming and producing HTTP requests. +| link:camel-websocket/src/main/docs/websocket-component.adoc[Jetty Websocket] (camel-websocket) + +`websocket:host:port/resourceUri` | The websocket component provides websocket endpoints for communicating with clients using websocket. + | link:camel-jgroups/src/main/docs/jgroups-component.adoc[JGroups] (camel-jgroups) + `jgroups:clusterName` | The jgroups component provides exchange of messages between Camel and JGroups clusters. @@ -264,6 +300,9 @@ Components | link:camel-krati/src/main/docs/krati-component.adoc[Krati] (camel-krati) + `krati:path` | The krati allows the use krati datastores and datasets inside Camel. +| link:camel-kubernetes/src/main/docs/kubernetes-component.adoc[Kubernetes] (camel-kubernetes) + +`kubernetes:masterUrl` | The kubernetes component allows to work with Kubernetes PaaS. + | link:camel-ldap/src/main/docs/ldap-component.adoc[LDAP] (camel-ldap) + `ldap:dirContextName` | The ldap component allows you to perform searches in LDAP servers using filters as the message payload. @@ -390,6 +429,9 @@ Components | link:camel-servicenow/src/main/docs/servicenow-component.adoc[ServiceNow] (camel-servicenow) + `servicenow:instanceName` | Represents a ServiceNow endpoint. +| link:camel-servlet/src/main/docs/servlet-component.adoc[Servlet] (camel-servlet) + +`servlet:contextPath` | To use a HTTP Servlet as entry for Camel routes when running in a servlet container. + | link:camel-ftp/src/main/docs/sftp-component.adoc[SFTP] (camel-ftp) + `sftp:host:port/directoryName` | The sftp (FTP over SSH) component is used for uploading or downloading files from SFTP servers. @@ -414,12 +456,6 @@ Components | link:camel-solr/src/main/docs/solr-component.adoc[Solr] (camel-solr) + `solr:url` | The solr component allows you to interface with an Apache Lucene Solr server. -| link:camel-solr/src/main/docs/solrCloud-component.adoc[Solr] (camel-solr) + -`solrCloud:url` | The solr component allows you to interface with an Apache Lucene Solr server. - -| link:camel-solr/src/main/docs/solrs-component.adoc[Solr] (camel-solr) + -`solrs:url` | The solr component allows you to interface with an Apache Lucene Solr server. - | link:camel-spark-rest/src/main/docs/spark-rest-component.adoc[Spark Rest] (camel-spark-rest) + `spark-rest:verb:path` | The spark-rest component is used for hosting REST services which has been defined using Camel rest-dsl. @@ -591,8 +627,12 @@ Data Formats | link:camel-jibx/src/main/docs/jibx-dataformat.adoc[JiBX] (camel-jibx) | Camel Jibx support +| link:camel-gson/src/main/docs/json-gson-dataformat.adoc[JSon GSon] (camel-gson) | Camel Gson support + | link:camel-jackson/src/main/docs/json-jackson-dataformat.adoc[JSon Jackson] (camel-jackson) | Camel Jackson support +| link:camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc[JSon Johnzon] (camel-johnzon) | Camel Johnzon support + | link:camel-xstream/src/main/docs/json-xstream-dataformat.adoc[JSon XStream] (camel-xstream) | Camel XStream support | link:camel-lzf/src/main/docs/lzf-dataformat.adoc[LZF Deflate Compression] (camel-lzf) | Camel LZF support http://git-wip-us.apache.org/repos/asf/camel/blob/0fc8903c/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 6d6a60e..b3eda45 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -124,11 +124,14 @@ <!-- components: START --> * Components + * [AHC](ahc-component.adoc) + * [AHC Websocket](ahc-ws-component.adoc) * [AMQP](amqp-component.adoc) * [Apache Flink](flink-component.adoc) * [Apache Spark](spark-component.adoc) * [APNS](apns-component.adoc) * [Atmos](atmos-component.adoc) + * [Atmosphere Websocket](atmosphere-websocket-component.adoc) * [Atom](atom-component.adoc) * [Avro](avro-component.adoc) * [AWS CloudWatch](aws-cw-component.adoc) @@ -144,16 +147,21 @@ * [AWS SimpleDB](aws-sdb-component.adoc) * [Bean Validator](bean-validator-component.adoc) * [Beanstalk](beanstalk-component.adoc) + * [Box](box-component.adoc) * [Braintree](braintree-component.adoc) * [Camel Context](context-component.adoc) + * [Cassandra CQL](cql-component.adoc) * [Chronicle Engine](chronicle-engine-component.adoc) * [Chunk](chunk-component.adoc) * [CM SMS Gateway](cm-sms-component.adoc) * [CMIS](cmis-component.adoc) + * [CoAP](coap-component.adoc) * [CometD](cometd-component.adoc) * [Consul](consul-component.adoc) * [CouchDB](couchdb-component.adoc) * [Crypto (JCE)](crypto-component.adoc) + * [CXF](cxf-component.adoc) + * [CXF-RS](cxfrs-component.adoc) * [Disruptor](disruptor-component.adoc) * [DNS](dns-component.adoc) * [Docker](docker-component.adoc) @@ -166,6 +174,7 @@ * [ElSQL](elsql-component.adoc) * [etcd](etcd-component.adoc) * [Exec](exec-component.adoc) + * [Facebook](facebook-component.adoc) * [Flatpack](flatpack-component.adoc) * [FOP](fop-component.adoc) * [Freemarker](freemarker-component.adoc) @@ -173,6 +182,7 @@ * [FTPS](ftps-component.adoc) * [Ganglia](ganglia-component.adoc) * [Geocoder](geocoder-component.adoc) + * [Git](git-component.adoc) * [GitHub](github-component.adoc) * [Google Calendar](google-calendar-component.adoc) * [Google Drive](google-drive-component.adoc) @@ -190,6 +200,7 @@ * [iBatis](ibatis-component.adoc) * [IMAP](imap-component.adoc) * [Infinispan](infinispan-component.adoc) + * [InfluxDB](influxdb-component.adoc) * [IRC](irc-component.adoc) * [ironmq](ironmq-component.adoc) * [JavaSpace](javaspace-component.adoc) @@ -199,6 +210,7 @@ * [JCR](jcr-component.adoc) * [JDBC](jdbc-component.adoc) * [Jetty 9](jetty-component.adoc) + * [Jetty Websocket](websocket-component.adoc) * [JGroups](jgroups-component.adoc) * [Jing](jing-component.adoc) * [JIRA](jira-component.adoc) @@ -210,6 +222,7 @@ * [Kafka](kafka-component.adoc) * [Kestrel](kestrel-component.adoc) * [Krati](krati-component.adoc) + * [Kubernetes](kubernetes-component.adoc) * [LDAP](ldap-component.adoc) * [Linkedin](linkedin-component.adoc) * [Lucene](lucene-component.adoc) @@ -252,6 +265,7 @@ * [Schematron](schematron-component.adoc) * [SCP](scp-component.adoc) * [ServiceNow](servicenow-component.adoc) + * [Servlet](servlet-component.adoc) * [SFTP](sftp-component.adoc) * [Simple JMS](sjms-component.adoc) * [Simple JMS Batch](sjms-batch-component.adoc) @@ -260,8 +274,6 @@ * [SMPP](smpp-component.adoc) * [SNMP](snmp-component.adoc) * [Solr](solr-component.adoc) - * [Solr](solrCloud-component.adoc) - * [Solr](solrs-component.adoc) * [Spark Rest](spark-rest-component.adoc) * [Splunk](splunk-component.adoc) * [Spring Batch](spring-batch-component.adoc) @@ -337,7 +349,9 @@ * [Java Object Serialization](serialization-dataformat.adoc) * [JAXB](jaxb-dataformat.adoc) * [JiBX](jibx-dataformat.adoc) + * [JSon GSon](json-gson-dataformat.adoc) * [JSon Jackson](json-jackson-dataformat.adoc) + * [JSon Johnzon](json-johnzon-dataformat.adoc) * [JSon XStream](json-xstream-dataformat.adoc) * [LZF Deflate Compression](lzf-dataformat.adoc) * [MIME Multipart](mime-multipart-dataformat.adoc)