org.apache.servicemix.soap.marshalers
Class SoapWriter
java.lang.Object
org.apache.servicemix.soap.marshalers.SoapWriter
public class SoapWriter
- extends java.lang.Object
- Since:
- 3.0
- Version:
- $Revision: 1.5 $
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAP_PART_ID
public static final java.lang.String SOAP_PART_ID
- See Also:
- Constant Field Values
SoapWriter
public SoapWriter(SoapMarshaler marshaler,
SoapMessage message)
getContentType
public java.lang.String getContentType()
write
public void write(java.io.OutputStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeSoapEnvelope
public void writeSoapEnvelope(javax.xml.stream.XMLStreamWriter writer)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEnvelopeName
protected javax.xml.namespace.QName getEnvelopeName()
Copyright © 2005-2011 FuseSource. All Rights Reserved.