com.sun.xml.messaging.saaj.soap
Class StaxReaderBridge
java.lang.Object
com.sun.xml.messaging.saaj.soap.StaxBridge
com.sun.xml.messaging.saaj.soap.StaxReaderBridge
public class StaxReaderBridge
- extends StaxBridge
StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter
- Author:
- shih-chang.chen@oracle.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxReaderBridge
public StaxReaderBridge(javax.xml.stream.XMLStreamReader reader,
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
Copyright © 2014 Oracle. All Rights Reserved.