Package com.sun.xml.messaging.saaj
Interface LazyEnvelopeSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetPayloadQName()Retrieve payload qname without materializing its contentsbooleanisPayloadStreamReader()XMLStreamReaderreadPayload()XMLStreamReaderreadToBodyStarTag()voidwritePayloadTo(XMLStreamWriter writer)-
Methods inherited from interface javax.xml.transform.Source
getSystemId, isEmpty, setSystemId
-
-
-
-
Method Detail
-
getPayloadQName
QName getPayloadQName()
Retrieve payload qname without materializing its contents- Returns:
- payload QName
-
readToBodyStarTag
XMLStreamReader readToBodyStarTag() throws XMLStreamException
- Throws:
XMLStreamException
-
readPayload
XMLStreamReader readPayload()
-
writePayloadTo
void writePayloadTo(XMLStreamWriter writer) throws XMLStreamException
- Throws:
XMLStreamException
-
isPayloadStreamReader
boolean isPayloadStreamReader()
-
-