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

Method Summary
 QName getPayloadQName()
          Retrieve payload qname without materializing its contents
 boolean isPayloadStreamReader()
           
 XMLStreamReader readPayload()
           
 XMLStreamReader readToBodyStarTag()
           
 void writePayloadTo(XMLStreamWriter writer)
           
 
Methods inherited from interface javax.xml.transform.Source
getSystemId, setSystemId
 

Method Detail

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.