public abstract class StaxBridge extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint |
breakpoint |
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter |
readerToWriter |
protected SaajStaxWriter |
saajWriter |
| Constructor and Description |
|---|
StaxBridge(SOAPPartImpl soapPart) |
| Modifier and Type | Method and Description |
|---|---|
void |
bridgeEnvelopeAndHeaders() |
void |
bridgePayload() |
abstract String |
getPayloadAttributeValue(QName attName) |
abstract String |
getPayloadAttributeValue(String attName) |
abstract QName |
getPayloadQName() |
abstract XMLStreamReader |
getPayloadReader() |
protected SaajStaxWriter saajWriter
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter readerToWriter
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint breakpoint
public StaxBridge(SOAPPartImpl soapPart) throws SOAPException
SOAPExceptionpublic void bridgeEnvelopeAndHeaders()
throws XMLStreamException
XMLStreamExceptionpublic void bridgePayload()
throws XMLStreamException
XMLStreamExceptionpublic abstract XMLStreamReader getPayloadReader()
public abstract QName getPayloadQName()
Copyright © 2017 Oracle. All rights reserved.