org.apache.cxf.binding.soap.interceptor
Class SoapOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
      extended by org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
          extended by org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
All Implemented Interfaces:
SoapInterceptor, org.apache.cxf.interceptor.Interceptor<SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<SoapMessage>

public class SoapOutInterceptor
extends AbstractSoapInterceptor


Nested Class Summary
static class SoapOutInterceptor.SOAPHeaderWriter
           
 class SoapOutInterceptor.SoapOutEndingInterceptor
           
 
Field Summary
static String WROTE_ENVELOPE_START
           
 
Constructor Summary
SoapOutInterceptor(org.apache.cxf.Bus b)
           
SoapOutInterceptor(org.apache.cxf.Bus b, String phase)
           
 
Method Summary
protected  org.apache.cxf.databinding.DataWriter<javax.xml.stream.XMLStreamWriter> getDataWriter(org.apache.cxf.message.Message message)
           
 void handleMessage(SoapMessage message)
           
 
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTrace
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault
 

Field Detail

WROTE_ENVELOPE_START

public static final String WROTE_ENVELOPE_START
See Also:
Constant Field Values
Constructor Detail

SoapOutInterceptor

public SoapOutInterceptor(org.apache.cxf.Bus b)

SoapOutInterceptor

public SoapOutInterceptor(org.apache.cxf.Bus b,
                          String phase)
Method Detail

handleMessage

public void handleMessage(SoapMessage message)

getDataWriter

protected org.apache.cxf.databinding.DataWriter<javax.xml.stream.XMLStreamWriter> getDataWriter(org.apache.cxf.message.Message message)


Apache CXF