com.sun.xml.messaging.saaj.soap
Class StaxBridge
java.lang.Object
com.sun.xml.messaging.saaj.soap.StaxBridge
- Direct Known Subclasses:
- StaxLazySourceBridge, StaxReaderBridge
public abstract class StaxBridge
- extends Object
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 |
saajWriter
protected SaajStaxWriter saajWriter
readerToWriter
protected XMLStreamReaderToXMLStreamWriter readerToWriter
breakpoint
protected XMLStreamReaderToXMLStreamWriter.Breakpoint breakpoint
StaxBridge
public StaxBridge(SOAPPartImpl soapPart)
throws SOAPException
- Throws:
SOAPException
bridgeEnvelopeAndHeaders
public void bridgeEnvelopeAndHeaders()
throws XMLStreamException
- Throws:
XMLStreamException
bridgePayload
public void bridgePayload()
throws XMLStreamException
- Throws:
XMLStreamException
getPayloadReader
public abstract XMLStreamReader getPayloadReader()
getPayloadQName
public abstract QName getPayloadQName()
getPayloadAttributeValue
public abstract String getPayloadAttributeValue(String attName)
getPayloadAttributeValue
public abstract String getPayloadAttributeValue(QName attName)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.