|
Class Summary |
| DOMReader |
DOMReader Creates an XMLStreamReader backed by a DOM tree. |
| MessageUtils |
Miscellaneous Utilities that may be useful inside and outside the Message subcomponent. |
| Reader |
Reader In many situations, you want the ability to reset an XMLStreamReader. |
| Reader2Writer |
Reader2Writer This is a simple converter that is constructed with an XMLStreamReader and allows
you to write the contents to an XMLStreamWriter. |
| ResettableReader |
ResettableReader A resettable XMLStreamReader. |
| SOAPElementReader |
SOAPElementReader Creates an XMLStreamReader backed by a SOAPElement tree. |
| StackableReader |
StackableReader A StackableStreamReader provides an additional method push(XMLStreamReader)
You can call push(...) to add a new XMLStreamReader. |
| XMLFaultUtils |
Collection of utilities used by the Message implementation to process XMLFaults. |
| XMLStreamReaderFilter |
XMLStreamReaderFilter Abstract class that simply delegates to the initial reader. |
| XMLStreamWriterWithOS |
XMLStreamReader that exposes direct access to the OutputStream. |