com.sun.xml.ws.api.message
Interface StreamingSOAP

All Known Implementing Classes:
JAXBMessage, StreamMessage

public interface StreamingSOAP


Method Summary
 QName getPayloadQName()
           
 boolean isPayloadStreamReader()
           
 XMLStreamReader readEnvelope()
           
 XMLStreamReader readPayload()
           
 XMLStreamReader readToBodyStarTag()
           
 void writePayloadTo(XMLStreamWriter writer)
           
 void writeToBodyStart(XMLStreamWriter w)
           
 

Method Detail

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.