Apache CXF API

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, Interceptor<SoapMessage>, 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(Bus b)
           
SoapOutInterceptor(Bus b, String phase)
           
 
Method Summary
protected  DataWriter<javax.xml.stream.XMLStreamWriter> getDataWriter(Message message)
           
 void handleMessage(SoapMessage message)
          Intercepts a 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, getAdditionalInterceptors, 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(Bus b)

SoapOutInterceptor

public SoapOutInterceptor(Bus b,
                          String phase)
Method Detail

handleMessage

public void handleMessage(SoapMessage message)
Description copied from interface: Interceptor
Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.


getDataWriter

protected DataWriter<javax.xml.stream.XMLStreamWriter> getDataWriter(Message message)

Apache CXF API

Apache CXF