public class AS2MDNHandlerOperation extends Object
| Constructor and Description |
|---|
AS2MDNHandlerOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AS2MdnAttributes> |
receivedMDN(MdnHandlerParameters mdnHandlerParameters,
org.mule.runtime.api.util.MultiMap<String,String> headers,
InputStream mdnInputStream)
The MDN Handler component is a simple operation that handles a received AS2 MDN.
|
@Throws(value=com.mulesoft.connector.as2.internal.error.provider.MDNHandlerErrorTypeProvider.class)
@MediaType(value="*/*",
strict=false)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AS2MdnAttributes> receivedMDN(@ParameterGroup(name="MDN Handler Parameters")
MdnHandlerParameters mdnHandlerParameters,
@DisplayName(value="Http Headers")
org.mule.runtime.api.util.MultiMap<String,String> headers,
@Content(primary=true)
InputStream mdnInputStream)
mdnHandlerParameters - the flow parametersmdnInputStream - the incoming message streamIOExceptionCopyright © 2023 MuleSoft, Inc.. All rights reserved.