public final class PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal extends Object implements PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
| Constructor and Description |
|---|
PolicyBasedWSS4JOutInterceptorInternal() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PhaseInterceptor<? extends Message>> |
getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain
whenever this interceptor is added.
|
Set<String> |
getAfter()
Returns a set containing the IDs of the interceptors that should be
executed before this interceptor.
|
Set<String> |
getBefore()
Returns a set containing the IDs of the interceptors that should be
executed after this interceptor.
|
String |
getId()
Returns the ID of this interceptor.
|
String |
getPhase()
Returns the phase in which this interceptor is excecuted.
|
void |
handleFault(org.apache.cxf.binding.soap.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(org.apache.cxf.binding.soap.SoapMessage message)
Intercepts a message.
|
public PolicyBasedWSS4JOutInterceptorInternal()
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
throws Fault
InterceptorhandleMessage in interface Interceptor<org.apache.cxf.binding.soap.SoapMessage>Faultpublic Set<String> getAfter()
PhaseInterceptorgetAfter in interface PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public Set<String> getBefore()
PhaseInterceptorgetBefore in interface PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public String getId()
PhaseInterceptorgetId in interface PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public String getPhase()
PhaseInterceptorgetPhase in interface PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
InterceptorhandleFault in interface Interceptor<org.apache.cxf.binding.soap.SoapMessage>public Collection<PhaseInterceptor<? extends Message>> getAdditionalInterceptors()
PhaseInterceptorgetAdditionalInterceptors in interface PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>Copyright © 2019 JBoss by Red Hat. All rights reserved.