public class SoapOutInterceptor extends AbstractSoapInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
SoapOutInterceptor.SOAPHeaderWriter |
class |
SoapOutInterceptor.SoapOutEndingInterceptor |
| Modifier and Type | Field and Description |
|---|---|
static String |
WROTE_ENVELOPE_START |
| Constructor and Description |
|---|
SoapOutInterceptor(Bus b) |
SoapOutInterceptor(Bus b,
String phase) |
| Modifier and Type | Method and Description |
|---|---|
protected DataWriter<XMLStreamWriter> |
getDataWriter(Message message) |
void |
handleMessage(SoapMessage message)
Intercepts a message.
|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleFaultpublic static final String WROTE_ENVELOPE_START
public SoapOutInterceptor(Bus b)
public void handleMessage(SoapMessage message)
Interceptorprotected DataWriter<XMLStreamWriter> getDataWriter(Message message)
Apache CXF