Binary package “libjaxme-java” in ubuntu precise

implementation of the JAXB specification for Java/XML binding

 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.