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 |
---|---|
com.sun.xml.ws.api.message.Message |
decode(InputStream in,
String charset,
com.sun.xml.ws.api.message.AttachmentSet att,
com.sun.xml.ws.api.SOAPVersion soapVersion) |
com.sun.xml.ws.api.message.Message decode(InputStream in, String charset, com.sun.xml.ws.api.message.AttachmentSet att, com.sun.xml.ws.api.SOAPVersion soapVersion) throws IOException
IOException
Copyright © 2017 Oracle Corporation. All rights reserved.