org.apache.servicemix.soap.marshalers
Class SoapWriter

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

public class SoapWriter
extends Object

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

Field Summary
static String SOAP_PART_ID
           
 
Constructor Summary
SoapWriter(SoapMarshaler marshaler, SoapMessage message)
           
 
Method Summary
 String getContentType()
           
protected  QName getEnvelopeName()
           
 void write(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 String SOAP_PART_ID
See Also:
Constant Field Values
Constructor Detail

SoapWriter

public SoapWriter(SoapMarshaler marshaler,
                  SoapMessage message)
Method Detail

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