Uses of Interface
org.apache.camel.builder.endpoint.dsl.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder
Packages that use AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder
-
Uses of AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the AS2 component.Methods in org.apache.camel.builder.endpoint.dsl that return AS2EndpointBuilderFactory.AS2EndpointConsumerBuilderModifier and TypeMethodDescriptionThe value of the AS2From header of AS2 message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.as2MessageStructure(String as2MessageStructure) The structure of AS2 Message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.as2MessageStructure(org.apache.camel.component.as2.api.AS2MessageStructure as2MessageStructure) The structure of AS2 Message.The value of the AS2To header of AS2 message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.as2Version(String as2Version) The version of the AS2 protocol.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.attachedFileName(String attachedFileName) The name of the attached file.AS2EndpointBuilderFactory.AdvancedAS2EndpointConsumerBuilder.basic()AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.clientFqdn(String clientFqdn) The Client Fully Qualified Domain Name (FQDN).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.compressionAlgorithm(String compressionAlgorithm) The algorithm used to compress EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.compressionAlgorithm(org.apache.camel.component.as2.api.AS2CompressionAlgorithm compressionAlgorithm) The algorithm used to compress EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.decryptingPrivateKey(String decryptingPrivateKey) The key used to encrypt the EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.decryptingPrivateKey(PrivateKey decryptingPrivateKey) The key used to encrypt the EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.dispositionNotificationTo(String dispositionNotificationTo) The value of the Disposition-Notification-To header.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.ediMessageTransferEncoding(String ediMessageTransferEncoding) The transfer encoding of EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.ediMessageType(String ediMessageType) The content type of EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.ediMessageType(org.apache.http.entity.ContentType ediMessageType) The content type of EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.encryptingAlgorithm(String encryptingAlgorithm) The algorithm used to encrypt EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.encryptingAlgorithm(org.apache.camel.component.as2.api.AS2EncryptionAlgorithm encryptingAlgorithm) The algorithm used to encrypt EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.encryptingCertificateChain(String encryptingCertificateChain) The chain of certificates used to encrypt EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.encryptingCertificateChain(Certificate[] encryptingCertificateChain) The chain of certificates used to encrypt EDI message.The value of the From header of AS2 message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.hostnameVerifier(String hostnameVerifier) Set hostname verifier for SSL session.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.hostnameVerifier(HostnameVerifier hostnameVerifier) Set hostname verifier for SSL session.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionPoolSize(Integer httpConnectionPoolSize) The maximum size of the connection pool for http connections (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionPoolSize(String httpConnectionPoolSize) The maximum size of the connection pool for http connections (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionPoolTtl(String httpConnectionPoolTtl) The time to live for connections in the connection pool (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionPoolTtl(Duration httpConnectionPoolTtl) The time to live for connections in the connection pool (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionTimeout(String httpConnectionTimeout) The timeout of the http connection (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpConnectionTimeout(Duration httpConnectionTimeout) The timeout of the http connection (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpSocketTimeout(String httpSocketTimeout) The timeout of the underlying http socket (client only).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.httpSocketTimeout(Duration httpSocketTimeout) The timeout of the underlying http socket (client only).Sets the name of a parameter to be passed in the exchange In Body.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.mdnMessageTemplate(String mdnMessageTemplate) The template used to format MDN message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.requestUri(String requestUri) The request URI of EDI message.The value included in the Server message header identifying the AS2 Server.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.serverFqdn(String serverFqdn) The Server Fully Qualified Domain Name (FQDN).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.serverPortNumber(Integer serverPortNumber) The port number of server.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.serverPortNumber(String serverPortNumber) The port number of server.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signedReceiptMicAlgorithms(String signedReceiptMicAlgorithms) The list of algorithms, in order of preference, requested to generate a message integrity check (MIC) returned in message dispostion notification (MDN).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signedReceiptMicAlgorithms(String[] signedReceiptMicAlgorithms) The list of algorithms, in order of preference, requested to generate a message integrity check (MIC) returned in message dispostion notification (MDN).AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingAlgorithm(String signingAlgorithm) The algorithm used to sign EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingAlgorithm(org.apache.camel.component.as2.api.AS2SignatureAlgorithm signingAlgorithm) The algorithm used to sign EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingCertificateChain(String signingCertificateChain) The chain of certificates used to sign EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingCertificateChain(Certificate[] signingCertificateChain) The chain of certificates used to sign EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingPrivateKey(String signingPrivateKey) The key used to sign the EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.signingPrivateKey(PrivateKey signingPrivateKey) The key used to sign the EDI message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.sslContext(String sslContext) Set SSL context for connection to remote server.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.sslContext(SSLContext sslContext) Set SSL context for connection to remote server.The value of Subject header of AS2 message.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.targetHostname(String targetHostname) The host name (IP or DNS name) of target host.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.targetPortNumber(Integer targetPortNumber) The port number of target host.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.targetPortNumber(String targetPortNumber) The port number of target host.The value included in the User-Agent message header identifying the AS2 user agent.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.validateSigningCertificateChain(String validateSigningCertificateChain) Certificates to validate the message's signature against.AS2EndpointBuilderFactory.AS2EndpointConsumerBuilder.validateSigningCertificateChain(Certificate[] validateSigningCertificateChain) Certificates to validate the message's signature against.