com.oracle.webservices.impl.internalspi.encoding
Interface StreamDecoder

All Known Implementing Classes:
StreamDecoderImpl

public interface StreamDecoder

Decodes SOAPEnvelope read from an InputStream into a Message instance. This SPI allows for other implementations instead of the default, which is based on XMLStreamReader.

Since:
2.2.9

Method Summary
 Message decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion)
           
 

Method Detail

decode

Message decode(InputStream in,
               String charset,
               AttachmentSet att,
               SOAPVersion soapVersion)
               throws IOException
Throws:
IOException


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