Uses of Class
org.apache.camel.model.IdentifiedType
-
Packages that use IdentifiedType Package Description org.apache.camel.builder 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 DSLorg.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside componentsorg.apache.camel.model.errorhandler The JAXB POJOs for the Error Handler.org.apache.camel.model.loadbalancer 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.builder Modifier and Type Class Description classDeadLetterChannelBuilderDead letter channel error handler as a builder.classDefaultErrorHandlerBuilderDefault error handler as a builder.classJtaTransactionErrorHandlerBuilderJTA transaction error handler as a builder.classNoErrorHandlerBuilderNo error handler as a builder.classRefErrorHandlerBuilderRef error handler as a builder.classSpringTransactionErrorHandlerBuilderSpring transaction error handler as a builder. -
Uses of IdentifiedType in org.apache.camel.model
Subclasses of IdentifiedType in org.apache.camel.model Modifier and Type Class Description classDataFormatDefinitionRepresents a Camel data formatclassErrorHandlerDefinitionCamel error handling.classFaultToleranceConfigurationCommonclassFaultToleranceConfigurationDefinitionMicroProfile Fault Tolerance Circuit Breaker EIP configurationclassLoadBalancerDefinitionBalances message processing among a number of nodesclassRedeliveryPolicyDefinitionTo configure re-delivery for error handlingclassResilience4jConfigurationCommonclassResilience4jConfigurationDefinitionResilience4j Circuit Breaker EIP configurationclassRouteBuilderDefinitionTo refer to a JavaRouteBuilderinstance to use. -
Uses of IdentifiedType in org.apache.camel.model.cloud
-
Uses of IdentifiedType in org.apache.camel.model.dataformat
Subclasses of IdentifiedType in org.apache.camel.model.dataformat Modifier and Type Class Description classAny23DataFormatExtract RDF data from HTML documents.classASN1DataFormatEncode and decode data structures using Abstract Syntax Notation One (ASN.1).classAvroDataFormatSerialize and deserialize messages using Apache Avro binary data format.classBarcodeDataFormatTransform strings to various 1D/2D barcode bitmap formats and back.classBase64DataFormatEncode and decode data using Base64.classBindyDataFormatMarshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).classCBORDataFormatUnmarshal a CBOR payload to POJO and back.classCryptoDataFormatEncrypt and decrypt messages using Java Cryptography Extension (JCE).classCsvDataFormatHandle CSV (Comma Separated Values) payloads.classCustomDataFormatDelegate to a customDataFormatimplementation via Camel registry.classFhirDataformatclassFhirJsonDataFormatMarshall and unmarshall FHIR objects to/from JSON.classFhirXmlDataFormatMarshall and unmarshall FHIR objects to/from XML.classFlatpackDataFormatMarshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library.classGrokDataFormatUnmarshal unstructured data to objects using Logstash based Grok patterns.classGzipDeflaterDataFormatCompress and decompress messages usingjava.util.zip.GZIP*Stream.classHL7DataFormatMarshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.classIcalDataFormatMarshal and unmarshal iCal (*.ics) documents to/from model objects.classJacksonXMLDataFormatUnmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson.classJaxbDataFormatUnmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.classJsonApiDataFormatMarshal and unmarshal JSON:API resources using JSONAPI-Converter library.classJsonDataFormatMarshal POJOs to JSON and back.classLZFDataFormatCompress and decompress streams using LZF deflate algorithm.classMimeMultipartDataFormatMarshal Camel messages with attachments into MIME-Multipart messages and back.classPGPDataFormatEncrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP.classProtobufDataFormatSerialize and deserialize Java objects using Google's Protocol buffers.classRssDataFormatTransform from ROME SyndFeed Java Objects to XML and vice-versa.classSoapDataFormatMarshal Java objects to SOAP messages and back.classSyslogDataFormatMarshall SyslogMessages to RFC3164 and RFC5424 messages and back.classTarFileDataFormatArchive files into tarballs or extract files from tarballs.classThriftDataFormatSerialize and deserialize messages using Apache Thrift binary data format.classTidyMarkupDataFormatParse (potentially invalid) HTML into valid HTML or DOM.classUniVocityAbstractDataFormatRepresents the common parts of all uniVocityDataFormatparsers.classUniVocityCsvDataFormatMarshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.classUniVocityFixedDataFormatMarshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.classUniVocityTsvDataFormatMarshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.classXMLSecurityDataFormatEncrypt and decrypt XML payloads using Apache Santuario.classXStreamDataFormatMarshal and unmarshal POJOs to/from XML using XStream library.classYAMLDataFormatMarshal and unmarshal Java objects to and from YAML.classZipDeflaterDataFormatCompress and decompress streams usingjava.util.zip.Deflaterandjava.util.zip.Inflater.classZipFileDataFormatCompression 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.errorhandler Modifier and Type Class Description classDeadLetterChannelDefinitionError handler with dead letter queue.classDefaultErrorHandlerDefinitionThe default error handler.classErrorHandlerRefDefinitionDead letter channel error handler.classJtaTransactionErrorHandlerDefinitionJTA based transactional error handler (requires camel-jta).classNoErrorHandlerDefinitionTo not use an error handler.classSpringTransactionErrorHandlerDefinitionSpring based transactional error handler (requires camel-spring).classTransactionErrorHandlerDefinitionTransactional 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.loadbalancer Modifier and Type Class Description classCustomLoadBalancerDefinitionTo use a custom load balancer implementation.classFailoverLoadBalancerDefinitionIn case of failures the exchange will be tried on the next endpoint.classRandomLoadBalancerDefinitionThe destination endpoints are selected by random.classRoundRobinLoadBalancerDefinitionThe destination endpoints are selected in a round-robin fashion.classStickyLoadBalancerDefinitionSticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.classTopicLoadBalancerDefinitionTopic which sends to all destinations.classWeightedLoadBalancerDefinitionUses a weighted load distribution ratio for each server with respect to others.
-