org.apache.servicemix.soap.marshalers
Class SoapWriter

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

public class SoapWriter
extends java.lang.Object

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

Field Summary
static java.lang.String SOAP_PART_ID
           
 
Constructor Summary
SoapWriter(SoapMarshaler marshaler, SoapMessage message)
           
 
Method Summary
 java.lang.String getContentType()
           
protected  javax.xml.namespace.QName getEnvelopeName()
           
 void write(java.io.OutputStream out)
           
 void writeSoapEnvelope(javax.xml.stream.XMLStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_PART_ID

public static final java.lang.String SOAP_PART_ID
See Also:
Constant Field Values
Constructor Detail

SoapWriter

public SoapWriter(SoapMarshaler marshaler,
                  SoapMessage message)
Method Detail

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-2012 FuseSource. All Rights Reserved.