public class AS2PrepareSendOperation extends Object
| Constructor and Description |
|---|
AS2PrepareSendOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AS2SendAttributes> |
prepareSend(PrepareSendParameters prepareSendParameters,
InputStream content) |
@Throws(value=com.mulesoft.connector.as2.internal.error.provider.PrepareSendErrorTypeProvider.class)
@MediaType(value="*/*",
strict=false)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AS2SendAttributes> prepareSend(@ParameterGroup(name="Prepare Send Parameters")
PrepareSendParameters prepareSendParameters,
@Content(primary=true) @DisplayName(value="Content Stream") @Summary(value="The content to be sent.")
InputStream content)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.