public class SoapActionInInterceptor extends AbstractSoapInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor |
Constructor and Description |
---|
SoapActionInInterceptor() |
Modifier and Type | Method and Description |
---|---|
static void |
getAndSetOperation(SoapMessage message,
String action) |
static void |
getAndSetOperation(SoapMessage message,
String action,
boolean strict) |
static String |
getSoapAction(Message m) |
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 void handleMessage(SoapMessage message) throws Fault
Interceptor
Fault
public static void getAndSetOperation(SoapMessage message, String action)
public static void getAndSetOperation(SoapMessage message, String action, boolean strict)
Apache CXF