| Interface | Description |
|---|---|
| ElementHandler |
Implementations of this interface are responsible for parsing a specific XML element and
re-creating its content as a Java object graph.
|
| Ws4dXmlPullParser | |
| Ws4dXmlPullParserListener | |
| Ws4dXmlSerializer |
| Class | Description |
|---|---|
| CharacterAddInputStream | |
| DefaultWs4dXmlPullParser | |
| DefaultWs4dXmlSerializer | |
| ElementHandlerRegistry | |
| ElementParser | |
| XmlParserSerializerFactory |
Parsing and serialisation
The interface ElementHandler and the class ElementParser implement
an XML parser (adapted for both DPWS 2006 and 2009 standards) converting each XML element (including attributes)
into a usable java object
The XmlSerializer interface and its implementation XmlSerializerImplementation convert each
ElementHandler instance into serial format, writing
XML blocks to a Writer stream.