Spring Web Services Framework

org.springframework.ws.stream
Interface StreamingWebServiceMessage

All Superinterfaces:
WebServiceMessage
All Known Implementing Classes:
AxiomSoapMessage

public interface StreamingWebServiceMessage
extends WebServiceMessage

Sub-interface of WebServiceMessage that allows for setting a streaming payload.

Since:
2.0
Author:
Arjen Poutsma
See Also:
StreamingPayload

Method Summary
 void setStreamingPayload(StreamingPayload payload)
          Sets the streaming payload for this message.
 
Methods inherited from interface org.springframework.ws.WebServiceMessage
getPayloadResult, getPayloadSource, writeTo
 

Method Detail

setStreamingPayload

void setStreamingPayload(StreamingPayload payload)
Sets the streaming payload for this message.

Parameters:
payload - the streaming payload

Spring Web Services Framework

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