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 Messagedecode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion)
-
-
-
Method Detail
-
decode
public Message decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) throws IOException
- Specified by:
decodein interfaceStreamDecoder- Throws:
IOException
-
-