Spring Web Services Framework

Uses of Interface
org.springframework.ws.client.core.SourceExtractor

Packages that use SourceExtractor
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
 

Uses of SourceExtractor in org.springframework.ws.client.core
 

Methods in org.springframework.ws.client.core with parameters of type SourceExtractor
<T> T
WebServiceTemplate.sendSourceAndReceive(Source requestPayload, SourceExtractor<T> responseExtractor)
           
<T> T
WebServiceOperations.sendSourceAndReceive(Source requestPayload, SourceExtractor<T> responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
<T> T
WebServiceTemplate.sendSourceAndReceive(Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor<T> responseExtractor)
           
<T> T
WebServiceOperations.sendSourceAndReceive(Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor<T> responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
<T> T
WebServiceTemplate.sendSourceAndReceive(String uri, Source requestPayload, SourceExtractor<T> responseExtractor)
           
<T> T
WebServiceOperations.sendSourceAndReceive(String uri, Source requestPayload, SourceExtractor<T> responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
<T> T
WebServiceTemplate.sendSourceAndReceive(String uri, Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor<T> responseExtractor)
           
<T> T
WebServiceOperations.sendSourceAndReceive(String uri, Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor<T> responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
 


Spring Web Services Framework

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