public class SoapWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOAP_PART_ID |
| Constructor and Description |
|---|
SoapWriter(SoapMarshaler marshaler,
SoapMessage message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
protected javax.xml.namespace.QName |
getEnvelopeName() |
void |
write(java.io.OutputStream out) |
void |
writeSoapEnvelope(javax.xml.stream.XMLStreamWriter writer) |
public static final java.lang.String SOAP_PART_ID
public SoapWriter(SoapMarshaler marshaler, SoapMessage message)
public java.lang.String getContentType()
public void write(java.io.OutputStream out)
throws java.lang.Exception
java.lang.Exceptionpublic void writeSoapEnvelope(javax.xml.stream.XMLStreamWriter writer)
throws java.lang.Exception
java.lang.Exceptionprotected javax.xml.namespace.QName getEnvelopeName()
Copyright © 2005-2016 FuseSource. All Rights Reserved.