Spring Web Services Framework

Uses of Interface
org.springframework.ws.stream.StreamingPayload

Packages that use StreamingPayload
org.springframework.ws.soap.axiom AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure. 
org.springframework.ws.stream   
 

Uses of StreamingPayload in org.springframework.ws.soap.axiom
 

Methods in org.springframework.ws.soap.axiom with parameters of type StreamingPayload
 void AxiomSoapMessage.setStreamingPayload(StreamingPayload payload)
           
 

Uses of StreamingPayload in org.springframework.ws.stream
 

Methods in org.springframework.ws.stream with parameters of type StreamingPayload
 void StreamingWebServiceMessage.setStreamingPayload(StreamingPayload payload)
          Sets the streaming payload for this message.
 


Spring Web Services Framework

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