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
SOAPException
public void bridgeEnvelopeAndHeaders() throws XMLStreamException
XMLStreamException
public void bridgePayload() throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader getPayloadReader()
public abstract QName getPayloadQName()
Copyright © 2019 Oracle. All rights reserved.