org.apache.servicemix.soap.marshalers
Class SoapReader

java.lang.Object
  extended by org.apache.servicemix.soap.marshalers.SoapReader

public class SoapReader
extends Object

Since:
3.0
Version:
$Revision: 1.5 $
Author:
Guillaume Nodet

Field Summary
protected static Source EMPTY_CONTENT
           
 
Constructor Summary
SoapReader(SoapMarshaler marshaler)
           
 
Method Summary
 SoapMessage read(InputStream is)
           
 SoapMessage read(InputStream is, String contentType)
           
 SoapMessage read(MimeMessage mime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CONTENT

protected static final Source EMPTY_CONTENT
Constructor Detail

SoapReader

public SoapReader(SoapMarshaler marshaler)
Method Detail

read

public SoapMessage read(InputStream is,
                        String contentType)
                 throws Exception
Throws:
Exception

read

public SoapMessage read(InputStream is)
                 throws Exception
Throws:
Exception

read

public SoapMessage read(MimeMessage mime)
                 throws Exception
Throws:
Exception


Copyright © 2005-2007. All Rights Reserved.