Uses of Class
org.apache.camel.model.IdentifiedType
Packages that use IdentifiedType
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the remote service call DSL
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
The JAXB POJOs for the Error Handler.
The JAXB POJOs for the Load Balancer EIP pattern for the
XML Configuration.
-
Uses of IdentifiedType in org.apache.camel.builder
Subclasses of IdentifiedType in org.apache.camel.builderModifier and TypeClassDescriptionclassDead letter channel error handler as a builder.classDefault error handler as a builder.classJTA transaction error handler as a builder.classNo error handler as a builder.classRef error handler as a builder.classSpring transaction error handler as a builder. -
Uses of IdentifiedType in org.apache.camel.model
Subclasses of IdentifiedType in org.apache.camel.modelModifier and TypeClassDescriptionclassRepresents a Camel data formatclassCamel error handling.classclassMicroProfile Fault Tolerance Circuit Breaker EIP configurationclassBalances message processing among a number of nodesclassTo configure re-delivery for error handlingclassclassResilience4j Circuit Breaker EIP configurationclassTo refer to a JavaRouteBuilderinstance to use. -
Uses of IdentifiedType in org.apache.camel.model.cloud
Subclasses of IdentifiedType in org.apache.camel.model.cloudModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated. -
Uses of IdentifiedType in org.apache.camel.model.dataformat
Subclasses of IdentifiedType in org.apache.camel.model.dataformatModifier and TypeClassDescriptionclassEncode and decode data structures using Abstract Syntax Notation One (ASN.1).classSerialize and deserialize messages using Apache Avro binary data format.classTransform strings to various 1D/2D barcode bitmap formats and back.classEncode and decode data using Base64.classMarshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).classUnmarshal a CBOR payload to POJO and back.classEncrypt and decrypt messages using Java Cryptography Extension (JCE).classHandle CSV (Comma Separated Values) payloads.classDelegate to a customDataFormatimplementation via Camel registry.classclassMarshall and unmarshall FHIR objects to/from JSON.classMarshall and unmarshall FHIR objects to/from XML.classMarshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library.classUnmarshal unstructured data to objects using Logstash based Grok patterns.classCompress and decompress messages usingjava.util.zip.GZIP*Stream.classMarshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.classMarshal and unmarshal iCal (*.ics) documents to/from model objects.classUnmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson.classUnmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.classMarshal and unmarshal JSON:API resources using JSONAPI-Converter library.classMarshal POJOs to JSON and back.classCompress and decompress streams using LZF deflate algorithm.classMarshal Camel messages with attachments into MIME-Multipart messages and back.classParquet Avro serialization and de-serialization.classEncrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP.classSerialize and deserialize Java objects using Google's Protocol buffers.classTransform from ROME SyndFeed Java Objects to XML and vice-versa.classMarshal Java objects to SOAP messages and back.classEncode and decode SWIFT MT messages.classEncode and decode SWIFT MX messages.classMarshall SyslogMessages to RFC3164 and RFC5424 messages and back.classArchive files into tarballs or extract files from tarballs.classSerialize and deserialize messages using Apache Thrift binary data format.classParse (potentially invalid) HTML into valid HTML or DOM.classRepresents the common parts of all uniVocityDataFormatparsers.classMarshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.classMarshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.classMarshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.classEncrypt and decrypt XML payloads using Apache Santuario.classMarshal and unmarshal Java objects to and from YAML.classCompress and decompress streams usingjava.util.zip.Deflaterandjava.util.zip.Inflater.classCompression and decompress streams using java.util.zip.Zip*Stream. -
Uses of IdentifiedType in org.apache.camel.model.errorhandler
Subclasses of IdentifiedType in org.apache.camel.model.errorhandlerModifier and TypeClassDescriptionclassError handler with dead letter queue.classThe default error handler.classJTA based transactional error handler (requires camel-jta).classTo not use an error handler.classReferences to an existing or custom error handler.classSpring based transactional error handler (requires camel-spring).classTransactional error handler (requires either camel-spring or camel-jta using traditional JTA transactions). -
Uses of IdentifiedType in org.apache.camel.model.loadbalancer
Subclasses of IdentifiedType in org.apache.camel.model.loadbalancerModifier and TypeClassDescriptionclassTo use a custom load balancer implementation.classIn case of failures the exchange will be tried on the next endpoint.classThe destination endpoints are selected by random.classThe destination endpoints are selected in a round-robin fashion.classSticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.classTopic which sends to all destinations.classUses a weighted load distribution ratio for each server with respect to others.