public class SoapOutputPayload extends Object
| Constructor and Description |
|---|
SoapOutputPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body,
Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments,
Map<String,String> headers) |
| 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,String> |
getHeaders() |
public SoapOutputPayload(org.mule.runtime.api.metadata.TypedValue<InputStream> body, Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> attachments, Map<String,String> headers)
public org.mule.runtime.api.metadata.TypedValue<InputStream> getBody()
public Map<String,org.mule.runtime.api.metadata.TypedValue<InputStream>> getAttachments()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.