Spring Web Services Framework

org.springframework.ws.soap.client.core
Class SoapFaultMessageResolver

java.lang.Object
  extended by org.springframework.ws.soap.client.core.SoapFaultMessageResolver
All Implemented Interfaces:
FaultMessageResolver

public class SoapFaultMessageResolver
extends Object
implements FaultMessageResolver

Simple fault resolver that simply throws a SoapFaultClientException when a fault occurs.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
SoapFaultClientException

Constructor Summary
SoapFaultMessageResolver()
           
 
Method Summary
 void resolveFault(WebServiceMessage message)
          Try to resolve the given fault message that got received.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapFaultMessageResolver

public SoapFaultMessageResolver()
Method Detail

resolveFault

public void resolveFault(WebServiceMessage message)
                  throws IOException
Description copied from interface: FaultMessageResolver
Try to resolve the given fault message that got received.

Specified by:
resolveFault in interface FaultMessageResolver
Parameters:
message - the fault message
Throws:
IOException

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.