Package | Description |
---|---|
org.springframework.ws.client.core |
Core package of the Spring-WS client-side support.
|
org.springframework.ws.soap.client.core |
Contains core classes for SOAP-specific client-side Spring-WS support.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFaultMessageResolver
Simple fault resolver that simply throws a
WebServiceFaultException when a fault occurs. |
Modifier and Type | Method and Description |
---|---|
FaultMessageResolver |
WebServiceTemplate.getFaultMessageResolver()
Returns the fault message resolver for this template.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceTemplate.setFaultMessageResolver(FaultMessageResolver faultMessageResolver)
Sets the fault resolver for this template.
|
Modifier and Type | Class and Description |
---|---|
class |
SoapFaultMessageResolver
Simple fault resolver that simply throws a
SoapFaultClientException when a fault occurs. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.