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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxLazySourceBridge
public StaxLazySourceBridge(LazyEnvelopeSource src,
SOAPPartImpl soapPart)
throws SOAPException
- Throws:
SOAPException
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.