public interface StreamDecoder
InputStream into a Message instance.
This SPI allows for other implementations instead of the default, which is based on XMLStreamReader.| Modifier and Type | Method and Description |
|---|---|
Message |
decode(InputStream in,
String charset,
AttachmentSet att,
SOAPVersion soapVersion) |
Message decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) throws IOException
IOExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.