Class StreamDecoderImpl
- java.lang.Object
-
- com.oracle.webservices.impl.encoding.StreamDecoderImpl
-
- All Implemented Interfaces:
StreamDecoder
public class StreamDecoderImpl extends Object implements StreamDecoder
-
-
Constructor Summary
Constructors Constructor Description StreamDecoderImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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
- Specified by:
decodein interfaceStreamDecoder- Throws:
IOException
-
-