|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamingPayload
Defines the contract for payloads that can be written directly to a XMLStreamWriter
.
StreamingWebServiceMessage
Method Summary | |
---|---|
QName |
getName()
Returns the qualified name of the payload. |
void |
writeTo(XMLStreamWriter streamWriter)
Writes this payload to the given XMLStreamWriter . |
Method Detail |
---|
QName getName()
void writeTo(XMLStreamWriter streamWriter) throws XMLStreamException
XMLStreamWriter
.
streamWriter
- the stream writer to write to
XMLStreamException
- in case of errors
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |