Uses of Class
org.apache.camel.component.as2.api.AS2MessageStructure
-
Packages that use AS2MessageStructure Package Description org.apache.camel.component.as2.api -
-
Uses of AS2MessageStructure in org.apache.camel.component.as2.api
Methods in org.apache.camel.component.as2.api that return AS2MessageStructure Modifier and Type Method Description static AS2MessageStructure
AS2MessageStructure. valueOf(String name)
Returns the enum constant of this type with the specified name.static AS2MessageStructure[]
AS2MessageStructure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.as2.api with parameters of type AS2MessageStructure Modifier and Type Method Description org.apache.http.protocol.HttpCoreContext
AS2ClientManager. send(String ediMessage, String requestUri, String subject, String from, String as2From, String as2To, AS2MessageStructure as2MessageStructure, org.apache.http.entity.ContentType ediMessageContentType, String ediMessageTransferEncoding, AS2SignatureAlgorithm signingAlgorithm, Certificate[] signingCertificateChain, PrivateKey signingPrivateKey, AS2CompressionAlgorithm compressionAlgorithm, String dispositionNotificationTo, String[] signedReceiptMicAlgorithms, AS2EncryptionAlgorithm encryptingAlgorithm, Certificate[] encryptingCertificateChain)
SendediMessage
to trading partner.
-