Class SoapOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
-
- org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
-
- 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
Nested Classes Modifier and Type Class Description static classSoapOutInterceptor.SOAPHeaderWriterclassSoapOutInterceptor.SoapOutEndingInterceptor
-
Field Summary
Fields Modifier and Type Field Description static StringWROTE_ENVELOPE_START
-
Constructor Summary
Constructors Constructor Description SoapOutInterceptor(org.apache.cxf.Bus b)SoapOutInterceptor(org.apache.cxf.Bus b, String phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.cxf.databinding.DataWriter<XMLStreamWriter>getDataWriter(org.apache.cxf.message.Message message)voidhandleMessage(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, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
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<XMLStreamWriter> getDataWriter(org.apache.cxf.message.Message message)
-
-