BaseXMLEntityConverter |
Contains logic and attributes which are common for both the Dom and Stax based converters
implemented in the subclasses.
|
EntityExcelXMLConverter |
Converts one or more business objects to a XML presentation which can easily be read into Excel.
|
EntityResolver |
The entity resolver will resolve an entity name and id to a business object.
|
EntityXMLConverter |
Converts one or more business objects to a XML presentation.
|
ModelXMLConverter |
Generates the XML Schema which represents the REST Webservice in and output.
|
PrimitiveReferenceHandler |
Handles primitive reference values.
|
StaxXMLEntityConverter |
Converts a XML string to an objectgraph with objects using a Stax approach.
|
XMLConstants |
Contains constants used for standard element/attribute names used in the XML Schema generation
and entity XML export.
|
XMLEntityConverter |
Converts a XML string to an objectgraph with objects using Dom4j.
|
XMLTypeConverter |
Converts primitive types to a XML representation and back.
|
XMLUtil |
Utility class for XML processing.
|