public class SubFlowResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
static SubFlowResponse |
create(Map map,
Charset charset) |
static SubFlowResponse |
createFromBody(InputStream body) |
Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> |
getAttachments() |
InputStream |
getBody() |
Map<String,String> |
getHeaders() |
public InputStream getBody()
public Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> getAttachments()
public static SubFlowResponse create(Map map, Charset charset)
public static SubFlowResponse createFromBody(InputStream body)
Copyright © 2025. All rights reserved.