public class WscResponse extends Object
An instance of this class aims to be returned in each WscDispatcher implementation.
| Constructor and Description |
|---|
WscResponse(InputStream body,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody() |
String |
getContentType() |
public WscResponse(InputStream body, String contentType)
public InputStream getBody()
public String getContentType()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.