com.sun.xml.ws.api.message
Interface StreamingSOAP
- All Known Implementing Classes:
- JAXBMessage, StreamMessage
public interface StreamingSOAP
readEnvelope
XMLStreamReader readEnvelope()
getPayloadQName
QName getPayloadQName()
readToBodyStarTag
XMLStreamReader readToBodyStarTag()
throws XMLStreamException
- Throws:
XMLStreamException
readPayload
XMLStreamReader readPayload()
throws XMLStreamException
- Throws:
XMLStreamException
writeToBodyStart
void writeToBodyStart(XMLStreamWriter w)
throws XMLStreamException
- Throws:
XMLStreamException
writePayloadTo
void writePayloadTo(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
isPayloadStreamReader
boolean isPayloadStreamReader()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.