com.sun.xml.messaging.saaj.soap
Class StaxLazySourceBridge

java.lang.Object
  extended by com.sun.xml.messaging.saaj.soap.StaxBridge
      extended by com.sun.xml.messaging.saaj.soap.StaxLazySourceBridge

public class StaxLazySourceBridge
extends StaxBridge

StaxBridge builds Envelope from LazyEnvelopeSource

Author:
shih-chang.chen@oracle.com

Field Summary
 
Fields inherited from class com.sun.xml.messaging.saaj.soap.StaxBridge
breakpoint, readerToWriter, saajWriter
 
Constructor Summary
StaxLazySourceBridge(LazyEnvelopeSource src, SOAPPartImpl soapPart)
           
 
Method Summary
 void bridgePayload()
           
 String getPayloadAttributeValue(QName attName)
           
 String getPayloadAttributeValue(String attName)
           
 QName getPayloadQName()
           
 XMLStreamReader getPayloadReader()
           
 void writePayloadTo(XMLStreamWriter writer)
           
 
Methods inherited from class com.sun.xml.messaging.saaj.soap.StaxBridge
bridgeEnvelopeAndHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxLazySourceBridge

public StaxLazySourceBridge(LazyEnvelopeSource src,
                            SOAPPartImpl soapPart)
                     throws SOAPException
Throws:
SOAPException
Method Detail

getPayloadReader

public XMLStreamReader getPayloadReader()
Specified by:
getPayloadReader in class StaxBridge

getPayloadQName

public QName getPayloadQName()
Specified by:
getPayloadQName in class StaxBridge

getPayloadAttributeValue

public String getPayloadAttributeValue(String attName)
Specified by:
getPayloadAttributeValue in class StaxBridge

getPayloadAttributeValue

public String getPayloadAttributeValue(QName attName)
Specified by:
getPayloadAttributeValue in class StaxBridge

bridgePayload

public void bridgePayload()
                   throws XMLStreamException
Overrides:
bridgePayload in class StaxBridge
Throws:
XMLStreamException

writePayloadTo

public void writePayloadTo(XMLStreamWriter writer)
                    throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.