public class SoapReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static javax.xml.transform.Source |
EMPTY_CONTENT |
| Constructor and Description |
|---|
SoapReader(SoapMarshaler marshaler) |
| Modifier and Type | Method and Description |
|---|---|
SoapMessage |
read(java.io.InputStream is) |
SoapMessage |
read(java.io.InputStream is,
java.lang.String contentType) |
SoapMessage |
read(javax.mail.internet.MimeMessage mime) |
public SoapReader(SoapMarshaler marshaler)
public SoapMessage read(java.io.InputStream is, java.lang.String contentType) throws java.lang.Exception
java.lang.Exceptionpublic SoapMessage read(java.io.InputStream is) throws java.lang.Exception
java.lang.Exceptionpublic SoapMessage read(javax.mail.internet.MimeMessage mime) throws java.lang.Exception
java.lang.ExceptionCopyright © 2005-2017 FuseSource. All Rights Reserved.