Class PolicyBasedWSS4JOutInterceptor

  • All Implemented Interfaces:
    Interceptor<org.apache.cxf.binding.soap.SoapMessage>, PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

    public class PolicyBasedWSS4JOutInterceptor
    extends AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
    • Constructor Detail

      • PolicyBasedWSS4JOutInterceptor

        public PolicyBasedWSS4JOutInterceptor()
    • Method Detail

      • handleMessage

        public void handleMessage​(org.apache.cxf.binding.soap.SoapMessage mc)
                           throws Fault
        Description copied from interface: Interceptor
        Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
        Throws:
        Fault
      • handleFault

        public void handleFault​(org.apache.cxf.binding.soap.SoapMessage message)
        Description copied from interface: Interceptor
        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.
        Specified by:
        handleFault in interface Interceptor<org.apache.cxf.binding.soap.SoapMessage>
        Overrides:
        handleFault in class AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>