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, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleFault
public static final String WROTE_ENVELOPE_START
public SoapOutInterceptor(Bus b)
public void handleMessage(SoapMessage message)
Interceptor
protected DataWriter<XMLStreamWriter> getDataWriter(Message message)
Apache CXF