com.oracle.webservices.impl.encoding
Class StreamDecoderImpl

java.lang.Object
  extended by com.oracle.webservices.impl.encoding.StreamDecoderImpl
All Implemented Interfaces:
StreamDecoder

public class StreamDecoderImpl
extends Object
implements StreamDecoder


Constructor Summary
StreamDecoderImpl()
           
 
Method Summary
 Message decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamDecoderImpl

public StreamDecoderImpl()
Method Detail

decode

public Message decode(InputStream in,
                      String charset,
                      AttachmentSet att,
                      SOAPVersion soapVersion)
               throws IOException
Specified by:
decode in interface StreamDecoder
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.