public class PolicyBasedWSS4JOutInterceptor extends AbstractPhaseInterceptor<SoapMessage>
Modifier and Type | Class and Description |
---|---|
class |
PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal |
Modifier and Type | Field and Description |
---|---|
static PolicyBasedWSS4JOutInterceptor |
INSTANCE |
static String |
SECURITY_PROCESSED |
Constructor and Description |
---|
PolicyBasedWSS4JOutInterceptor() |
Modifier and Type | Method and Description |
---|---|
PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal |
createEndingInterceptor() |
void |
handleFault(SoapMessage message)
Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
|
void |
handleMessage(SoapMessage mc)
Intercepts a message.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
public static final String SECURITY_PROCESSED
public static final PolicyBasedWSS4JOutInterceptor INSTANCE
public void handleMessage(SoapMessage mc) throws Fault
Interceptor
Fault
public void handleFault(SoapMessage message)
Interceptor
handleFault
in interface Interceptor<SoapMessage>
handleFault
in class AbstractPhaseInterceptor<SoapMessage>
public final PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal createEndingInterceptor()
Apache CXF