Class DecoupledFaultHandler

  • All Implemented Interfaces:
    SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

    public class DecoupledFaultHandler
    extends AbstractSoapInterceptor
    Utility interceptor for dealing with faults occurred during processing the one way requests with WSA FaultTo EPR pointing to a decoupled destination. Note that this interceptor is not currently installed by default. It can be installed using @InInterceptors and @OutInterceptors annotations or explicitly added to the list of interceptors.
    • Constructor Detail

      • DecoupledFaultHandler

        public DecoupledFaultHandler()
    • Method Detail

      • handleMessage

        public void handleMessage​(SoapMessage message)
        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.
      • createDecoupledDestination

        protected Destination createDecoupledDestination​(Exchange exchange,
                                                         org.apache.cxf.ws.addressing.EndpointReferenceType epr)