Package com.sun.xml.messaging.saaj.soap
Class StaxLazySourceBridge
- java.lang.Object
-
- com.sun.xml.messaging.saaj.soap.StaxBridge
-
- 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
Constructors Constructor Description StaxLazySourceBridge(LazyEnvelopeSource src, SOAPPartImpl soapPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbridgePayload()StringgetPayloadAttributeValue(String attName)StringgetPayloadAttributeValue(QName attName)QNamegetPayloadQName()XMLStreamReadergetPayloadReader()voidwritePayloadTo(XMLStreamWriter writer)-
Methods inherited from class com.sun.xml.messaging.saaj.soap.StaxBridge
bridgeEnvelopeAndHeaders
-
-
-
-
Constructor Detail
-
StaxLazySourceBridge
public StaxLazySourceBridge(LazyEnvelopeSource src, SOAPPartImpl soapPart) throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
-
-
Method Detail
-
getPayloadReader
public XMLStreamReader getPayloadReader()
- Specified by:
getPayloadReaderin classStaxBridge
-
getPayloadQName
public QName getPayloadQName()
- Specified by:
getPayloadQNamein classStaxBridge
-
getPayloadAttributeValue
public String getPayloadAttributeValue(String attName)
- Specified by:
getPayloadAttributeValuein classStaxBridge
-
getPayloadAttributeValue
public String getPayloadAttributeValue(QName attName)
- Specified by:
getPayloadAttributeValuein classStaxBridge
-
bridgePayload
public void bridgePayload() throws XMLStreamException- Overrides:
bridgePayloadin classStaxBridge- Throws:
XMLStreamException
-
writePayloadTo
public void writePayloadTo(XMLStreamWriter writer) throws XMLStreamException
- Throws:
XMLStreamException
-
-