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 javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
getPayloadReader
public javax.xml.stream.XMLStreamReader getPayloadReader()
- Specified by:
getPayloadReader in class StaxBridge
getPayloadQName
public javax.xml.namespace.QName getPayloadQName()
- Specified by:
getPayloadQName in class StaxBridge
getPayloadAttributeValue
public java.lang.String getPayloadAttributeValue(java.lang.String attName)
- Specified by:
getPayloadAttributeValue in class StaxBridge
getPayloadAttributeValue
public java.lang.String getPayloadAttributeValue(javax.xml.namespace.QName attName)
- Specified by:
getPayloadAttributeValue in class StaxBridge
bridgePayload
public void bridgePayload()
throws javax.xml.stream.XMLStreamException
- Overrides:
bridgePayload in class StaxBridge
- Throws:
javax.xml.stream.XMLStreamException
writePayloadTo
public void writePayloadTo(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
Copyright © 2014 Oracle. All Rights Reserved.