A Java/XML binding compiler takes as input a schema description. The output is a set of Java classes: * A Java bean class compatible with the schema description. * An unmarshaller that converts a XML document into the equivalent Java bean. * A marshaller that converts the Java bean back into the XML document. . This package contains an implementation of the JAXB API, the JaxMe JavaSource framework for generating Java sources, the JaxMe parser for XML schema and the JaxMe Persistence Management layer.