public class MessageUtil extends Object
| Constructor and Description |
|---|
MessageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getContent(Message res) |
static InputStream |
getContentAsStream(Message res) |
static Request |
getDeleteRequest(String uri) |
static Request |
getGetRequest(String uri) |
static Request |
getPostRequest(String uri) |
static Source |
getSOAPBody(InputStream stream) |
public static InputStream getContentAsStream(Message res) throws IOException
IOExceptionpublic static Source getSOAPBody(InputStream stream) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.