org.apache.servicemix.soap.marshalers
Class SoapWriter
java.lang.Object
org.apache.servicemix.soap.marshalers.SoapWriter
public class SoapWriter
- extends 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 String SOAP_PART_ID
- See Also:
- Constant Field Values
SoapWriter
public SoapWriter(SoapMarshaler marshaler,
SoapMessage message)
getContentType
public String getContentType()
write
public void write(OutputStream out)
throws Exception
- Throws:
Exception
writeSoapEnvelope
public void writeSoapEnvelope(javax.xml.stream.XMLStreamWriter writer)
throws Exception
- Throws:
Exception
getEnvelopeName
protected QName getEnvelopeName()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.