Spring Web Services Framework

Package org.springframework.ws.client.core

Core package of the Spring-WS client-side support.

See:
          Description

Interface Summary
FaultMessageResolver Defines the interface for objects than can resolve fault WebServiceMessages.
SourceExtractor Callback interface for extracting a result object from a Source instance.
WebServiceMessageCallback Generic callback interface for code that operates on a WebServiceMessage.
WebServiceMessageExtractor Callback interface for extracting a result object from a WebServiceMessage instance.
WebServiceOperations Specifies a basic set of Web service operations.
 

Class Summary
SimpleFaultMessageResolver Simple fault resolver that simply throws a WebServiceFaultException when a fault occurs.
WebServiceTemplate The central class for client-side Web services.
 

Package org.springframework.ws.client.core Description

Core package of the Spring-WS client-side support. Provides a WebServiceTemplate class and various callback interfaces.


Spring Web Services Framework

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