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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classclass -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSoapOutInterceptor(org.apache.cxf.Bus b) SoapOutInterceptor(org.apache.cxf.Bus b, String phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, prepareStackTraceMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault
-
Field Details
-
WROTE_ENVELOPE_START
- See Also:
-
-
Constructor Details
-
SoapOutInterceptor
public SoapOutInterceptor(org.apache.cxf.Bus b) -
SoapOutInterceptor
-
-
Method Details
-
handleMessage
-
getDataWriter
protected org.apache.cxf.databinding.DataWriter<XMLStreamWriter> getDataWriter(org.apache.cxf.message.Message message)
-