org.jibx.ws.soap.client
Interface SoapFaultResolver


public interface SoapFaultResolver

Resolves a SOAP fault. Called after a SOAP fault has been unmarshalled into a SoapFault object.


Method Summary
 Object handleFault(SoapFault fault)
          Handles the SOAP fault.
 

Method Detail

handleFault

Object handleFault(SoapFault fault)
Handles the SOAP fault. This method may choose to return an object, return null, or throw a runtime exception.

Parameters:
fault - the unmarshalled SOAP fault.
Returns:
a response object, or null if no response object is to be returned.


Project Web Site