StaxLazySourceBridge, StaxReaderBridgepublic abstract class StaxBridge extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint |
breakpoint |
|
protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter |
readerToWriter |
|
protected SaajStaxWriter |
saajWriter |
| Constructor | Description |
|---|---|
StaxBridge(SOAPPartImpl soapPart) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bridgeEnvelopeAndHeaders() |
|
void |
bridgePayload() |
|
abstract String |
getPayloadAttributeValue(String attName) |
|
abstract String |
getPayloadAttributeValue(QName 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 © 2018 Oracle. All rights reserved.