| Package | Description |
|---|---|
| com.mulesoft.connector.as2.api | |
| com.mulesoft.connector.as2.internal.model.builder |
| Modifier and Type | Method and Description |
|---|---|
AS2Compression |
PrepareSendAttributes.getAs2Compression() |
static AS2Compression |
AS2Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2Compression[] |
AS2Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrepareSendAttributes(String fromName,
String respondToEmailAddress,
String toName,
HashAlgorithm micAlg,
HashAlgorithm mdnMicAlg,
EncryptionAlgorithm encryptionAlgorithm,
EncodingType transferEncoding,
RequestReceipt requestReceipt,
AS2Compression as2Compression,
String partnerPemContent,
String selfPemContent,
String privateKeyPassword,
String receiptDeliveryUrl,
boolean validateCertificate) |
| Modifier and Type | Method and Description |
|---|---|
PrepareSendAttributesBuilder |
PrepareSendAttributesBuilder.withAs2Compression(AS2Compression as2Compression) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.