Constant Field Values
Contents
org.apache.*
-
org.apache.camel.kafkaconnector.as2.CamelAs2SinkConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SINK_AS2_COMPONENT_AUTOWIRED_ENABLED_CONF"camel.component.as2.autowiredEnabled"public static final StringCAMEL_SINK_AS2_COMPONENT_AUTOWIRED_ENABLED_DOC"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc."public static final StringCAMEL_SINK_AS2_COMPONENT_CONFIGURATION_CONF"camel.component.as2.configuration"public static final StringCAMEL_SINK_AS2_COMPONENT_CONFIGURATION_DOC"Component configuration"public static final StringCAMEL_SINK_AS2_COMPONENT_LAZY_START_PRODUCER_CONF"camel.component.as2.lazyStartProducer"public static final StringCAMEL_SINK_AS2_COMPONENT_LAZY_START_PRODUCER_DOC"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2FROM_CONF"camel.sink.endpoint.as2From"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2FROM_DOC"The value of the AS2From header of AS2 message."public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2MESSAGE_STRUCTURE_CONF"camel.sink.endpoint.as2MessageStructure"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2MESSAGE_STRUCTURE_DOC"The structure of AS2 Message. One of: PLAIN - No encryption, no signature, SIGNED - No encryption, signature, ENCRYPTED - Encryption, no signature, ENCRYPTED_SIGNED - Encryption, signature One of: [PLAIN] [SIGNED] [ENCRYPTED] [SIGNED_ENCRYPTED] [PLAIN_COMPRESSED] [SIGNED_COMPRESSED] [ENCRYPTED_COMPRESSED] [ENCRYPTED_COMPRESSED_SIGNED]"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2TO_CONF"camel.sink.endpoint.as2To"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2TO_DOC"The value of the AS2To header of AS2 message."public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2VERSION_CONF"camel.sink.endpoint.as2Version"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2VERSION_DEFAULT"1.1"public static final StringCAMEL_SINK_AS2_ENDPOINT_AS_2VERSION_DOC"The version of the AS2 protocol. One of: [1.0] [1.1]"public static final StringCAMEL_SINK_AS2_ENDPOINT_CLIENT_FQDN_CONF"camel.sink.endpoint.clientFqdn"public static final StringCAMEL_SINK_AS2_ENDPOINT_CLIENT_FQDN_DEFAULT"camel.apache.org"public static final StringCAMEL_SINK_AS2_ENDPOINT_CLIENT_FQDN_DOC"The Client Fully Qualified Domain Name (FQDN). Used in message ids sent by endpoint."public static final StringCAMEL_SINK_AS2_ENDPOINT_COMPRESSION_ALGORITHM_CONF"camel.sink.endpoint.compressionAlgorithm"public static final StringCAMEL_SINK_AS2_ENDPOINT_COMPRESSION_ALGORITHM_DOC"The algorithm used to compress EDI message. One of: [ZLIB]"public static final StringCAMEL_SINK_AS2_ENDPOINT_DECRYPTING_PRIVATE_KEY_CONF"camel.sink.endpoint.decryptingPrivateKey"public static final StringCAMEL_SINK_AS2_ENDPOINT_DECRYPTING_PRIVATE_KEY_DOC"The key used to encrypt the EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_DISPOSITION_NOTIFICATION_TO_CONF"camel.sink.endpoint.dispositionNotificationTo"public static final StringCAMEL_SINK_AS2_ENDPOINT_DISPOSITION_NOTIFICATION_TO_DOC"The value of the Disposition-Notification-To header. Assigning a value to this parameter requests a message disposition notification (MDN) for the AS2 message."public static final StringCAMEL_SINK_AS2_ENDPOINT_EDI_MESSAGE_TRANSFER_ENCODING_CONF"camel.sink.endpoint.ediMessageTransferEncoding"public static final StringCAMEL_SINK_AS2_ENDPOINT_EDI_MESSAGE_TRANSFER_ENCODING_DOC"The transfer encoding of EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_EDI_MESSAGE_TYPE_CONF"camel.sink.endpoint.ediMessageType"public static final StringCAMEL_SINK_AS2_ENDPOINT_EDI_MESSAGE_TYPE_DOC"The content type of EDI message. One of application/edifact, application/edi-x12, application/edi-consent"public static final StringCAMEL_SINK_AS2_ENDPOINT_ENCRYPTING_ALGORITHM_CONF"camel.sink.endpoint.encryptingAlgorithm"public static final StringCAMEL_SINK_AS2_ENDPOINT_ENCRYPTING_ALGORITHM_DOC"The algorithm used to encrypt EDI message. One of: [AES128_CBC] [AES192_CBC] [AES256_CBC] [AES128_CCM] [AES192_CCM] [AES256_CCM] [AES128_GCM] [AES192_GCM] [AES256_GCM] [CAMELLIA128_CBC] [CAMELLIA192_CBC] [CAMELLIA256_CBC] [CAST5_CBC] [DES_CBC] [DES_EDE3_CBC] [GOST28147_GCFB] [IDEA_CBC] [RC2_CBC] [RC4] [SEED_CBC]"public static final StringCAMEL_SINK_AS2_ENDPOINT_ENCRYPTING_CERTIFICATE_CHAIN_CONF"camel.sink.endpoint.encryptingCertificateChain"public static final StringCAMEL_SINK_AS2_ENDPOINT_ENCRYPTING_CERTIFICATE_CHAIN_DOC"The chain of certificates used to encrypt EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_FROM_CONF"camel.sink.endpoint.from"public static final StringCAMEL_SINK_AS2_ENDPOINT_FROM_DOC"The value of the From header of AS2 message."public static final StringCAMEL_SINK_AS2_ENDPOINT_IN_BODY_CONF"camel.sink.endpoint.inBody"public static final StringCAMEL_SINK_AS2_ENDPOINT_IN_BODY_DOC"Sets the name of a parameter to be passed in the exchange In Body"public static final StringCAMEL_SINK_AS2_ENDPOINT_LAZY_START_PRODUCER_CONF"camel.sink.endpoint.lazyStartProducer"public static final StringCAMEL_SINK_AS2_ENDPOINT_LAZY_START_PRODUCER_DOC"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."public static final StringCAMEL_SINK_AS2_ENDPOINT_MDN_MESSAGE_TEMPLATE_CONF"camel.sink.endpoint.mdnMessageTemplate"public static final StringCAMEL_SINK_AS2_ENDPOINT_MDN_MESSAGE_TEMPLATE_DOC"The template used to format MDN message"public static final StringCAMEL_SINK_AS2_ENDPOINT_REQUEST_URI_CONF"camel.sink.endpoint.requestUri"public static final StringCAMEL_SINK_AS2_ENDPOINT_REQUEST_URI_DEFAULT"/"public static final StringCAMEL_SINK_AS2_ENDPOINT_REQUEST_URI_DOC"The request URI of EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_CONF"camel.sink.endpoint.server"public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_DEFAULT"Camel AS2 Server Endpoint"public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_DOC"The value included in the Server message header identifying the AS2 Server."public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_FQDN_CONF"camel.sink.endpoint.serverFqdn"public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_FQDN_DEFAULT"camel.apache.org"public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_FQDN_DOC"The Server Fully Qualified Domain Name (FQDN). Used in message ids sent by endpoint."public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_PORT_NUMBER_CONF"camel.sink.endpoint.serverPortNumber"public static final StringCAMEL_SINK_AS2_ENDPOINT_SERVER_PORT_NUMBER_DOC"The port number of server."public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNED_RECEIPT_MIC_ALGORITHMS_CONF"camel.sink.endpoint.signedReceiptMicAlgorithms"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNED_RECEIPT_MIC_ALGORITHMS_DOC"The list of algorithms, in order of preference, requested to generate a message integrity check (MIC) returned in message dispostion notification (MDN)"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_ALGORITHM_CONF"camel.sink.endpoint.signingAlgorithm"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_ALGORITHM_DOC"The algorithm used to sign EDI message. One of: [SHA3_224WITHRSA] [SHA3_256WITHRSA] [SHA3_384withRSA] [SHA3_512WITHRSA] [MD5WITHRSA] [SHA1WITHRSA] [MD2WITHRSA] [SHA224WITHRSA] [SHA256WITHRSA] [SHA384WITHRSA] [SHA512WITHRSA] [RIPEMD128WITHRSA] [RIPEMD160WITHRSA] [RIPEMD256WITHRSA] [SHA224WITHDSA] [SHA256WITHDSA] [SHA384WITHDSA] [SHA512WITHDSA] [SHA3_224WITHDSA] [SHA3_256WITHDSA] [SHA3_384WITHDSA] [SHA3_512WITHDSA] [SHA1WITHDSA] [SHA3_224WITHECDSA] [SHA3_256WITHECDSA] [SHA3_384WITHECDSA] [SHA3_512WITHECDSA] [SHA1WITHECDSA] [SHA224WITHECDSA] [SHA256WITHECDSA] [SHA384WITHECDSA] [SHA512WITHECDSA] [SHA1WITHPLAIN_ECDSA] [SHA224WITHPLAIN_ECDSA] [SHA256WITHPLAIN_ECDSA] [SHA384WITHPLAIN_ECDSA] [SHA512WITHPLAIN_ECDSA] [RIPEMD160WITHPLAIN_ECDSA] [SHA1WITHRSAANDMGF1] [SHA224WITHRSAANDMGF1] [SHA256WITHRSAANDMGF1] [SHA384WITHRSAANDMGF1] [SHA512WITHRSAANDMGF1] [SHA3_224WITHRSAANDMGF1] [SHA3_256WITHRSAANDMGF1] [SHA3_384WITHRSAANDMGF1] [SHA3_512WITHRSAANDMGF1]"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_CERTIFICATE_CHAIN_CONF"camel.sink.endpoint.signingCertificateChain"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_CERTIFICATE_CHAIN_DOC"The chain of certificates used to sign EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_PRIVATE_KEY_CONF"camel.sink.endpoint.signingPrivateKey"public static final StringCAMEL_SINK_AS2_ENDPOINT_SIGNING_PRIVATE_KEY_DOC"The key used to sign the EDI message."public static final StringCAMEL_SINK_AS2_ENDPOINT_SUBJECT_CONF"camel.sink.endpoint.subject"public static final StringCAMEL_SINK_AS2_ENDPOINT_SUBJECT_DOC"The value of Subject header of AS2 message."public static final StringCAMEL_SINK_AS2_ENDPOINT_TARGET_HOSTNAME_CONF"camel.sink.endpoint.targetHostname"public static final StringCAMEL_SINK_AS2_ENDPOINT_TARGET_HOSTNAME_DOC"The host name (IP or DNS name) of target host."public static final StringCAMEL_SINK_AS2_ENDPOINT_TARGET_PORT_NUMBER_CONF"camel.sink.endpoint.targetPortNumber"public static final StringCAMEL_SINK_AS2_ENDPOINT_TARGET_PORT_NUMBER_DOC"The port number of target host. -1 indicates the scheme default port."public static final StringCAMEL_SINK_AS2_ENDPOINT_USER_AGENT_CONF"camel.sink.endpoint.userAgent"public static final StringCAMEL_SINK_AS2_ENDPOINT_USER_AGENT_DEFAULT"Camel AS2 Client Endpoint"public static final StringCAMEL_SINK_AS2_ENDPOINT_USER_AGENT_DOC"The value included in the User-Agent message header identifying the AS2 user agent."public static final StringCAMEL_SINK_AS2_PATH_API_NAME_CONF"camel.sink.path.apiName"public static final StringCAMEL_SINK_AS2_PATH_API_NAME_DOC"What kind of operation to perform One of: [CLIENT] [SERVER]"public static final StringCAMEL_SINK_AS2_PATH_METHOD_NAME_CONF"camel.sink.path.methodName"public static final StringCAMEL_SINK_AS2_PATH_METHOD_NAME_DOC"What sub operation to use for the selected operation" -
org.apache.camel.kafkaconnector.as2.CamelAs2SourceConnectorConfig Modifier and Type Constant Field Value public static final StringCAMEL_SOURCE_AS2_COMPONENT_AUTOWIRED_ENABLED_CONF"camel.component.as2.autowiredEnabled"public static final StringCAMEL_SOURCE_AS2_COMPONENT_AUTOWIRED_ENABLED_DOC"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc."public static final StringCAMEL_SOURCE_AS2_COMPONENT_BRIDGE_ERROR_HANDLER_CONF"camel.component.as2.bridgeErrorHandler"public static final StringCAMEL_SOURCE_AS2_COMPONENT_BRIDGE_ERROR_HANDLER_DOC"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."public static final StringCAMEL_SOURCE_AS2_COMPONENT_CONFIGURATION_CONF"camel.component.as2.configuration"public static final StringCAMEL_SOURCE_AS2_COMPONENT_CONFIGURATION_DOC"Component configuration"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2FROM_CONF"camel.source.endpoint.as2From"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2FROM_DOC"The value of the AS2From header of AS2 message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2MESSAGE_STRUCTURE_CONF"camel.source.endpoint.as2MessageStructure"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2MESSAGE_STRUCTURE_DOC"The structure of AS2 Message. One of: PLAIN - No encryption, no signature, SIGNED - No encryption, signature, ENCRYPTED - Encryption, no signature, ENCRYPTED_SIGNED - Encryption, signature One of: [PLAIN] [SIGNED] [ENCRYPTED] [SIGNED_ENCRYPTED] [PLAIN_COMPRESSED] [SIGNED_COMPRESSED] [ENCRYPTED_COMPRESSED] [ENCRYPTED_COMPRESSED_SIGNED]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2TO_CONF"camel.source.endpoint.as2To"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2TO_DOC"The value of the AS2To header of AS2 message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2VERSION_CONF"camel.source.endpoint.as2Version"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2VERSION_DEFAULT"1.1"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_AS_2VERSION_DOC"The version of the AS2 protocol. One of: [1.0] [1.1]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_CLIENT_FQDN_CONF"camel.source.endpoint.clientFqdn"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_CLIENT_FQDN_DEFAULT"camel.apache.org"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_CLIENT_FQDN_DOC"The Client Fully Qualified Domain Name (FQDN). Used in message ids sent by endpoint."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_COMPRESSION_ALGORITHM_CONF"camel.source.endpoint.compressionAlgorithm"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_COMPRESSION_ALGORITHM_DOC"The algorithm used to compress EDI message. One of: [ZLIB]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_DECRYPTING_PRIVATE_KEY_CONF"camel.source.endpoint.decryptingPrivateKey"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_DECRYPTING_PRIVATE_KEY_DOC"The key used to encrypt the EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_DISPOSITION_NOTIFICATION_TO_CONF"camel.source.endpoint.dispositionNotificationTo"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_DISPOSITION_NOTIFICATION_TO_DOC"The value of the Disposition-Notification-To header. Assigning a value to this parameter requests a message disposition notification (MDN) for the AS2 message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EDI_MESSAGE_TRANSFER_ENCODING_CONF"camel.source.endpoint.ediMessageTransferEncoding"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EDI_MESSAGE_TRANSFER_ENCODING_DOC"The transfer encoding of EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EDI_MESSAGE_TYPE_CONF"camel.source.endpoint.ediMessageType"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EDI_MESSAGE_TYPE_DOC"The content type of EDI message. One of application/edifact, application/edi-x12, application/edi-consent"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_ENCRYPTING_ALGORITHM_CONF"camel.source.endpoint.encryptingAlgorithm"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_ENCRYPTING_ALGORITHM_DOC"The algorithm used to encrypt EDI message. One of: [AES128_CBC] [AES192_CBC] [AES256_CBC] [AES128_CCM] [AES192_CCM] [AES256_CCM] [AES128_GCM] [AES192_GCM] [AES256_GCM] [CAMELLIA128_CBC] [CAMELLIA192_CBC] [CAMELLIA256_CBC] [CAST5_CBC] [DES_CBC] [DES_EDE3_CBC] [GOST28147_GCFB] [IDEA_CBC] [RC2_CBC] [RC4] [SEED_CBC]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_ENCRYPTING_CERTIFICATE_CHAIN_CONF"camel.source.endpoint.encryptingCertificateChain"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_ENCRYPTING_CERTIFICATE_CHAIN_DOC"The chain of certificates used to encrypt EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EXCEPTION_HANDLER_CONF"camel.source.endpoint.exceptionHandler"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EXCEPTION_HANDLER_DOC"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EXCHANGE_PATTERN_CONF"camel.source.endpoint.exchangePattern"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_EXCHANGE_PATTERN_DOC"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_FROM_CONF"camel.source.endpoint.from"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_FROM_DOC"The value of the From header of AS2 message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_IN_BODY_CONF"camel.source.endpoint.inBody"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_IN_BODY_DOC"Sets the name of a parameter to be passed in the exchange In Body"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_MDN_MESSAGE_TEMPLATE_CONF"camel.source.endpoint.mdnMessageTemplate"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_MDN_MESSAGE_TEMPLATE_DOC"The template used to format MDN message"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_REQUEST_URI_CONF"camel.source.endpoint.requestUri"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_REQUEST_URI_DEFAULT"/"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_REQUEST_URI_DOC"The request URI of EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_CONF"camel.source.endpoint.server"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_DEFAULT"Camel AS2 Server Endpoint"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_DOC"The value included in the Server message header identifying the AS2 Server."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_FQDN_CONF"camel.source.endpoint.serverFqdn"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_FQDN_DEFAULT"camel.apache.org"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_FQDN_DOC"The Server Fully Qualified Domain Name (FQDN). Used in message ids sent by endpoint."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_PORT_NUMBER_CONF"camel.source.endpoint.serverPortNumber"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SERVER_PORT_NUMBER_DOC"The port number of server."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNED_RECEIPT_MIC_ALGORITHMS_CONF"camel.source.endpoint.signedReceiptMicAlgorithms"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNED_RECEIPT_MIC_ALGORITHMS_DOC"The list of algorithms, in order of preference, requested to generate a message integrity check (MIC) returned in message dispostion notification (MDN)"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_ALGORITHM_CONF"camel.source.endpoint.signingAlgorithm"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_ALGORITHM_DOC"The algorithm used to sign EDI message. One of: [SHA3_224WITHRSA] [SHA3_256WITHRSA] [SHA3_384withRSA] [SHA3_512WITHRSA] [MD5WITHRSA] [SHA1WITHRSA] [MD2WITHRSA] [SHA224WITHRSA] [SHA256WITHRSA] [SHA384WITHRSA] [SHA512WITHRSA] [RIPEMD128WITHRSA] [RIPEMD160WITHRSA] [RIPEMD256WITHRSA] [SHA224WITHDSA] [SHA256WITHDSA] [SHA384WITHDSA] [SHA512WITHDSA] [SHA3_224WITHDSA] [SHA3_256WITHDSA] [SHA3_384WITHDSA] [SHA3_512WITHDSA] [SHA1WITHDSA] [SHA3_224WITHECDSA] [SHA3_256WITHECDSA] [SHA3_384WITHECDSA] [SHA3_512WITHECDSA] [SHA1WITHECDSA] [SHA224WITHECDSA] [SHA256WITHECDSA] [SHA384WITHECDSA] [SHA512WITHECDSA] [SHA1WITHPLAIN_ECDSA] [SHA224WITHPLAIN_ECDSA] [SHA256WITHPLAIN_ECDSA] [SHA384WITHPLAIN_ECDSA] [SHA512WITHPLAIN_ECDSA] [RIPEMD160WITHPLAIN_ECDSA] [SHA1WITHRSAANDMGF1] [SHA224WITHRSAANDMGF1] [SHA256WITHRSAANDMGF1] [SHA384WITHRSAANDMGF1] [SHA512WITHRSAANDMGF1] [SHA3_224WITHRSAANDMGF1] [SHA3_256WITHRSAANDMGF1] [SHA3_384WITHRSAANDMGF1] [SHA3_512WITHRSAANDMGF1]"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_CERTIFICATE_CHAIN_CONF"camel.source.endpoint.signingCertificateChain"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_CERTIFICATE_CHAIN_DOC"The chain of certificates used to sign EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_PRIVATE_KEY_CONF"camel.source.endpoint.signingPrivateKey"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SIGNING_PRIVATE_KEY_DOC"The key used to sign the EDI message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SUBJECT_CONF"camel.source.endpoint.subject"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_SUBJECT_DOC"The value of Subject header of AS2 message."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_TARGET_HOSTNAME_CONF"camel.source.endpoint.targetHostname"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_TARGET_HOSTNAME_DOC"The host name (IP or DNS name) of target host."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_TARGET_PORT_NUMBER_CONF"camel.source.endpoint.targetPortNumber"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_TARGET_PORT_NUMBER_DOC"The port number of target host. -1 indicates the scheme default port."public static final StringCAMEL_SOURCE_AS2_ENDPOINT_USER_AGENT_CONF"camel.source.endpoint.userAgent"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_USER_AGENT_DEFAULT"Camel AS2 Client Endpoint"public static final StringCAMEL_SOURCE_AS2_ENDPOINT_USER_AGENT_DOC"The value included in the User-Agent message header identifying the AS2 user agent."public static final StringCAMEL_SOURCE_AS2_PATH_API_NAME_CONF"camel.source.path.apiName"public static final StringCAMEL_SOURCE_AS2_PATH_API_NAME_DOC"What kind of operation to perform One of: [CLIENT] [SERVER]"public static final StringCAMEL_SOURCE_AS2_PATH_METHOD_NAME_CONF"camel.source.path.methodName"public static final StringCAMEL_SOURCE_AS2_PATH_METHOD_NAME_DOC"What sub operation to use for the selected operation"