| Package | Description |
|---|---|
| com.mulesoft.connector.as2.api | |
| com.mulesoft.connector.as2.internal.model.builder |
| Modifier and Type | Method and Description |
|---|---|
EncodingType |
PrepareSendAttributes.getTransferEncoding() |
static EncodingType |
EncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingType[] |
EncodingType.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.withTransferEncoding(EncodingType transferEncoding) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.