|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.ws.jaxme.util
Base package for the JaxMe Java-XML binder.
See:
Description
| Interface Summary | |
| NamespaceResolver | An abstract object which is able to split an XML name into its namespace URI and local part. |
| NamespaceUser | |
| Class Summary | |
| Base64Binary | A utility class for working with base64 encoding. |
| ClassLoader | Helper class for working with class loaders. |
| Configurator | The Configurator is an idea borrowed by the Ant project. |
| DOMBuilder | Converts a stream of SAX events into a DOM node. |
| DOMSerializer | Serializes a DOM node into a stream of SAX events. |
| Duration | Implementation of xs:duration. |
| HexBinary | Utility class for xs:hexbinary. |
| NamespaceSupport | Similar to org.xml.sax.NamespaceSupport, but for marshalling and not for parsing XML. |
Package org.apache.ws.jaxme.util Description
Base package for the JaxMe Java-XML binder.
This package contains the base interfaces and classes for the JaxMe
runtime engine. The sources generated by JaxMe from schema rely on
implementations of these interfaces (contained in the
impl subpackage) to function.
This package is also the root of the JaxMe package
structure. Within this package structure are the following important components:
- org.apache.ws.jaxme.js the JaxMe Java Source generation framework
- org.apache.ws.jaxme.pm the JaxMe database persistence framework
- org.apache.ws.jaxme.xs the JaxMe generic schema parser
- org.apache.ws.jaxme.sql the JaxMe generic framework for SQL generators, a specialization of the Jave Source framework
- org.apache.ws.jaxme.generator the JaxMe specific generators used to generate source from schema, a specialization of the Jave Source framework
- org.apache.ws.jaxme.logging the JaxMe logging framework
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||