libjaxme-java

Implementation of the jaxb specification for java/xml binding
  http://ws.apache.org/jaxme/
  0
  no reviews



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.