Interface FaultMessageResolver

All Known Implementing Classes:
SimpleFaultMessageResolver, SoapFaultMessageResolver

public interface FaultMessageResolver
Defines the interface for objects than can resolve fault WebServiceMessages.
Since:
1.0.0
Author:
Arjen Poutsma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Try to resolve the given fault message that got received.
  • Method Details

    • resolveFault

      void resolveFault(WebServiceMessage message) throws IOException
      Try to resolve the given fault message that got received.
      Parameters:
      message - the fault message
      Throws:
      IOException