org.apache.servicemix.soap.marshalers
Class SoapReader

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

public class SoapReader
extends java.lang.Object

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

Field Summary
protected static javax.xml.transform.Source EMPTY_CONTENT
           
 
Constructor Summary
SoapReader(SoapMarshaler marshaler)
           
 
Method Summary
 SoapMessage read(java.io.InputStream is)
           
 SoapMessage read(java.io.InputStream is, java.lang.String contentType)
           
 SoapMessage read(javax.mail.internet.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 javax.xml.transform.Source EMPTY_CONTENT
Constructor Detail

SoapReader

public SoapReader(SoapMarshaler marshaler)
Method Detail

read

public SoapMessage read(java.io.InputStream is,
                        java.lang.String contentType)
                 throws java.lang.Exception
Throws:
java.lang.Exception

read

public SoapMessage read(java.io.InputStream is)
                 throws java.lang.Exception
Throws:
java.lang.Exception

read

public SoapMessage read(javax.mail.internet.MimeMessage mime)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2011 FuseSource. All Rights Reserved.