public abstract class StaxBridge extends Object
| Modifier and Type | Field and Description |
|---|---|
protected XMLStreamReaderToXMLStreamWriter.Breakpoint |
breakpoint |
protected 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 XMLStreamReaderToXMLStreamWriter readerToWriter
protected 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 © 2005–2017 Oracle Corporation. All rights reserved.