com.sun.xml.messaging.saaj
Interface LazyEnvelopeSource
- All Superinterfaces:
- Source
public interface LazyEnvelopeSource
- extends Source
LazyEnvelopeSource provides the source to create lazy Envelope
- Author:
- shih-chang.chen@oracle.com
getPayloadQName
QName getPayloadQName()
- Retrieve payload qname without materializing its contents
- Returns:
-
- Throws:
SOAPException
readToBodyStarTag
XMLStreamReader readToBodyStarTag()
throws XMLStreamException
- Throws:
XMLStreamException
readPayload
XMLStreamReader readPayload()
writePayloadTo
void writePayloadTo(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
isPayloadStreamReader
boolean isPayloadStreamReader()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.