Interface StreamDecoder
-
- All Known Implementing Classes:
StreamDecoderImpl
public interface StreamDecoderDecodes SOAPEnvelope read from anInputStreaminto aMessageinstance. This SPI allows for other implementations instead of the default, which is based on XMLStreamReader.- Since:
- 2.2.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.xml.ws.api.message.Messagedecode(InputStream in, String charset, com.sun.xml.ws.api.message.AttachmentSet att, com.sun.xml.ws.api.SOAPVersion soapVersion)
-
-
-
Method Detail
-
decode
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
- Throws:
IOException
-
-