public class SoapSubFlowPayload extends Object implements Serializable
| Constructor and Description |
|---|
SoapSubFlowPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body,
Map<String,org.mule.runtime.api.metadata.TypedValue<String>> headers,
Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> |
getAttachments() |
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getBody() |
Map<String,org.mule.runtime.api.metadata.TypedValue<String>> |
getHeaders() |
String |
toString() |
public SoapSubFlowPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body, Map<String,org.mule.runtime.api.metadata.TypedValue<String>> headers, Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments)
public org.mule.runtime.api.metadata.TypedValue<InputStream> getBody()
public Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> getAttachments()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.