This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new ca15549 Regen ca15549 is described below commit ca155498586e9971b38ec467239f7d5ae338721d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 22 15:58:54 2020 +0200 Regen --- docs/modules/ROOT/pages/components.adoc | 96 ++++++++++++++++----------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc index 4044cd2..5bb5b42 100644 --- a/docs/modules/ROOT/pages/components.adoc +++ b/docs/modules/ROOT/pages/components.adoc @@ -12,13 +12,13 @@ Number of Camel components: 207 in 207 JAR artifacts (1 deprecated) | Component | Since | Description | xref:components::activemq-component.adoc[ActiveMQ] (camel-activemq) + -`activemq:destinationType:destinationName` | 1.0 | The activemq component allows messages to be sent to (or consumed from) Apache ActiveMQ. This component extends the Camel JMS component. +`activemq:destinationType:destinationName` | 1.0 | Send messages to (or consume from) Apache ActiveMQ. This component extends the Camel JMS component. | xref:components::ahc-component.adoc[AHC] (camel-ahc) + -`ahc:httpUri` | 2.8 | To call external HTTP services using Async Http Client. +`ahc:httpUri` | 2.8 | Call external HTTP services using Async Http Client. | xref:components::ahc-ws-component.adoc[AHC Websocket] (camel-ahc-ws) + -`ahc-ws:httpUri` | 2.14 | To exchange data with external Websocket servers using Async Http Client. +`ahc-ws:httpUri` | 2.14 | Exchange data with external Websocket servers using Async Http Client. | xref:components::amqp-component.adoc[AMQP] (camel-amqp) + `amqp:destinationType:destinationName` | 1.2 | Messaging with AMQP protocol using Apache QPid Client. @@ -645,139 +645,139 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 deprecated) | Data Format | Since | Description | xref:components:dataformats:any23-dataformat.adoc[Any23] + -(camel-any23) | 3.0 | Any23 data format is used for parsing data to RDF. +(camel-any23) | 3.0 | Extract RDF data from HTML documents. | xref:components:dataformats:asn1-dataformat.adoc[ASN.1 File] + -(camel-asn1) | 2.20 | The ASN.1 data format is used for file transfer with telecommunications protocols. +(camel-asn1) | 2.20 | Encode and decode data structures using Abstract Syntax Notation One (ASN.1). | xref:components:dataformats:avro-dataformat.adoc[Avro] + -(camel-avro) | 2.14 | The Avro data format is used for serialization and deserialization of messages using Apache Avro binary dataformat. +(camel-avro) | 2.14 | Serialize and deserialize messages using Apache Avro binary dataformat. | xref:components:dataformats:barcode-dataformat.adoc[Barcode] + -(camel-barcode) | 2.14 | The Barcode data format is used for creating barccode images (such as QR-Code) +(camel-barcode) | 2.14 | Transform strings to various 1D/2D barcode bitmap formats and back. | xref:components:dataformats:base64-dataformat.adoc[Base64] + -(camel-base64) | 2.11 | The Base64 data format is used for base64 encoding and decoding. +(camel-base64) | 2.11 | Encode and decode data using Base64. | xref:components:dataformats:beanio-dataformat.adoc[BeanIO] + -(camel-beanio) | 2.10 | The BeanIO data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats). +(camel-beanio) | 2.10 | Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats). | xref:components:dataformats:bindy-dataformat.adoc[Bindy CSV] + -(camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). +(camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). | xref:components:dataformats:bindy-dataformat.adoc[Bindy Fixed Length] + -(camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). +(camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). | xref:components:dataformats:bindy-dataformat.adoc[Bindy Key Value Pair] + -(camel-bindy) | 2.0 | The Bindy data format is used for working with flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). +(camel-bindy) | 2.0 | Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages). | xref:components:dataformats:cbor-dataformat.adoc[CBOR] + -(camel-cbor) | 3.0 | CBOR data format is used for unmarshal a CBOR payload to POJO or to marshal POJO back to CBOR payload. +(camel-cbor) | 3.0 | Unmarshal a CBOR payload to POJO and back. | xref:components:dataformats:crypto-dataformat.adoc[Crypto (Java Cryptographic Extension)] + -(camel-crypto) | 2.3 | Crypto data format is used for encrypting and decrypting of messages using Java Cryptographic Extension. +(camel-crypto) | 2.3 | Encrypt and decrypt messages using Java Cryptography Extension (JCE). | xref:components:dataformats:csv-dataformat.adoc[CSV] + -(camel-csv) | 1.3 | The CSV data format is used for handling CSV payloads. +(camel-csv) | 1.3 | Handle CSV (Comma Separated Values) payloads. | xref:components:dataformats:fhirJson-dataformat.adoc[FHIR JSon] + -(camel-fhir) | 2.21 | The FHIR JSon data format is used to marshall/unmarshall to/from FHIR objects to/from JSON. +(camel-fhir) | 2.21 | Marshall/unmarshall FHIR objects to/from JSON. | xref:components:dataformats:fhirXml-dataformat.adoc[FHIR XML] + -(camel-fhir) | 2.21 | The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML. +(camel-fhir) | 2.21 | Marshall/unmarshall FHIR objects to/from XML. | xref:components:dataformats:flatpack-dataformat.adoc[Flatpack] + -(camel-flatpack) | 2.1 | The Flatpack data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats). +(camel-flatpack) | 2.1 | Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats). | xref:components:dataformats:grok-dataformat.adoc[Grok] + -(camel-grok) | 3.0 | The Grok data format is used for unmarshalling unstructured data to objects using Logstash based Grok patterns. +(camel-grok) | 3.0 | Unmarshal unstructured data to objects using Logstash based Grok patterns. | xref:components:dataformats:gzipdeflater-dataformat.adoc[GZip Deflater] + -(camel-zip-deflater) | 2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools). +(camel-zip-deflater) | 2.0 | Compress and de-compress messages using java.util.zip.GZIPStream. | xref:components:dataformats:hl7-dataformat.adoc[HL7] + -(camel-hl7) | 2.0 | The HL7 data format can be used to marshal or unmarshal HL7 (Health Care) model objects. +(camel-hl7) | 2.0 | Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec. | xref:components:dataformats:ical-dataformat.adoc[iCal] + -(camel-ical) | 2.12 | The iCal dataformat is used for working with iCalendar messages. +(camel-ical) | 2.12 | Marshal and unmarshal iCal (.ics) documents to/from model objects provided by the iCal4j library. | xref:components:dataformats:jacksonxml-dataformat.adoc[JacksonXML] + -(camel-jacksonxml) | 2.16 | JacksonXML data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload. +(camel-jacksonxml) | 2.16 | Unmarshal a XML payloads to POJOs and back using XMLMapper extension of Jackson. | xref:components:dataformats:jaxb-dataformat.adoc[JAXB] + -(camel-jaxb) | 1.0 | JAXB data format uses the JAXB2 XML marshalling standard to unmarshal an XML payload into Java objects or to marshal Java objects into an XML payload. +(camel-jaxb) | 1.0 | Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard. | xref:components:dataformats:json-fastjson-dataformat.adoc[JSon Fastjson] + -(camel-fastjson) | 2.20 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload. +(camel-fastjson) | 2.20 | Marshal POJOs to JSON and back. | xref:components:dataformats:json-gson-dataformat.adoc[JSon GSon] + -(camel-gson) | 2.10 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload. +(camel-gson) | 2.10 | Marshal POJOs to JSON and back. | xref:components:dataformats:json-jackson-dataformat.adoc[JSon Jackson] + -(camel-jackson) | 2.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload. +(camel-jackson) | 2.0 | Marshal POJOs to JSON and back. | xref:components:dataformats:json-johnzon-dataformat.adoc[JSon Johnzon] + -(camel-johnzon) | 2.18 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload. +(camel-johnzon) | 2.18 | Marshal POJOs to JSON and back. | xref:components:dataformats:json-xstream-dataformat.adoc[JSon XStream] + -(camel-xstream) | 2.0 | JSon data format is used for unmarshal a JSon payload to POJO or to marshal POJO back to JSon payload. +(camel-xstream) | 2.0 | Marshal POJOs to JSON and back. | xref:components:dataformats:jsonApi-dataformat.adoc[JSonApi] + -(camel-jsonapi) | 3.0 | JSonApi data format is used for marshal and unmarshal Json API object. +(camel-jsonapi) | 3.0 | Marshal and unmarshal JSON:API resources. | xref:components:dataformats:lzf-dataformat.adoc[LZF Deflate Compression] + -(camel-lzf) | 2.17 | The LZF data format is a message compression and de-compression format (uses the LZF deflate algorithm). +(camel-lzf) | 2.17 | Compression and de-compress streams using LZF deflate algorithm. | xref:components:dataformats:mime-multipart-dataformat.adoc[MIME Multipart] + -(camel-mail) | 2.17 | The MIME Multipart data format is used for marshalling Camel messages with attachments into MIME-Multipart message, and vise-versa. +(camel-mail) | 2.17 | Marshal Camel messages with attachments into MIME-Multipart messages and back. | xref:components:dataformats:pgp-dataformat.adoc[PGP] + -(camel-crypto) | 2.9 | PGP data format is used for encrypting and decrypting of messages using Java Cryptographic Extension and PGP. +(camel-crypto) | 2.9 | Encrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP. | xref:components:dataformats:protobuf-dataformat.adoc[Protobuf] + -(camel-protobuf) | 2.2 | The Protobuf data format is used for serializing between Java objects and the Google Protobuf protocol. +(camel-protobuf) | 2.2 | Serialize and deserialize Java objects using Google's Protocol buffers. | xref:components:dataformats:rss-dataformat.adoc[RSS] + -(camel-rss) | 2.1 | RSS data format is used for working with RSS sync feed Java Objects and transforming to XML and vice-versa. +(camel-rss) | 2.1 | Transform from ROME SyndFeed Java Objects to XML and vice-versa. | xref:components:dataformats:soapjaxb-dataformat.adoc[SOAP] + -(camel-soap) | 2.3 | SOAP is a data format which uses JAXB2 and JAX-WS annotations to marshal and unmarshal SOAP payloads. +(camel-soap) | 2.3 | Marshal Java objects to SOAP messages and back. | xref:components:dataformats:syslog-dataformat.adoc[Syslog] + -(camel-syslog) | 2.6 | The Syslog dataformat is used for working with RFC3164 and RFC5424 messages (logging and monitoring). +(camel-syslog) | 2.6 | Marshall SyslogMessages to RFC3164 and RFC5424 messages and back. | xref:components:dataformats:tarfile-dataformat.adoc[Tar File] + -(camel-tarfile) | 2.16 | The Tar File data format is a message compression and de-compression format of tar files. +(camel-tarfile) | 2.16 | Archive/extract files into/from tarballs. | xref:components:dataformats:thrift-dataformat.adoc[Thrift] + -(camel-thrift) | 2.20 | The Thrift data format is used for serialization and deserialization of messages using Apache Thrift binary dataformat. +(camel-thrift) | 2.20 | Serialize and deserialize of messages using Apache Thrift binary dataformat. | xref:components:dataformats:tidyMarkup-dataformat.adoc[TidyMarkup] + -(camel-tagsoup) | 2.0 | TidyMarkup data format is used for parsing HTML and return it as pretty well-formed HTML. +(camel-tagsoup) | 2.0 | Parse (potentially invalid) HTML into valid HTML or DOM. | xref:components:dataformats:univocity-csv-dataformat.adoc[uniVocity CSV] + -(camel-univocity-parsers) | 2.15 | The uniVocity CSV data format is used for working with CSV (Comma Separated Values) flat payloads. +(camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using univocity-parsers. | xref:components:dataformats:univocity-fixed-dataformat.adoc[uniVocity Fixed Length] + -(camel-univocity-parsers) | 2.15 | The uniVocity Fixed Length data format is used for working with fixed length flat payloads. +(camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to fixed length records using univocity-parsers. | xref:components:dataformats:univocity-tsv-dataformat.adoc[uniVocity TSV] + -(camel-univocity-parsers) | 2.15 | The uniVocity TSV data format is used for working with TSV (Tabular Separated Values) flat payloads. +(camel-univocity-parsers) | 2.15 | Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using univocity-parsers. | xref:components:dataformats:secureXML-dataformat.adoc[XML Security] + -(camel-xmlsecurity) | 2.0 | The XML Security data format facilitates encryption and decryption of XML payloads. +(camel-xmlsecurity) | 2.0 | Encrypt and decrypt XML payloads using Apache Santuario. | xref:components:dataformats:xstream-dataformat.adoc[XStream] + -(camel-xstream) | 1.3 | XStream data format is used for unmarshal a XML payload to POJO or to marshal POJO back to XML payload. +(camel-xstream) | 1.3 | Marshal and unmarshal POJOs to/from XML. | xref:components:dataformats:yaml-snakeyaml-dataformat.adoc[YAML SnakeYAML] + -(camel-snakeyaml) | 2.17 | YAML is a data format to marshal and unmarshal Java objects to and from YAML. +(camel-snakeyaml) | 2.17 | Marshal and unmarshal Java objects to and from YAML. | xref:components:dataformats:zipdeflater-dataformat.adoc[Zip Deflate Compression] + -(camel-zip-deflater) | 2.12 | Zip Deflate Compression data format is a message compression and de-compression format (not zip files). +(camel-zip-deflater) | 2.12 | Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater. | xref:components:dataformats:zipfile-dataformat.adoc[Zip File] + -(camel-zipfile) | 2.11 | The Zip File data format is a message compression and de-compression format of zip files. +(camel-zipfile) | 2.11 | Compression and decompress streams using java.util.zip.ZipStream. |=== // dataformats: END