Package org.apache.ws.jaxme.js.beanreader

The bean reader

See: Description

Package org.apache.ws.jaxme.js.beanreader Description

The bean reader

This package contains the BeanReader. The bean reader takes as input a Java bean class. The output is an equivalent XML schema: Using JaxMe, one can create a marshaller and an unmarshaller, which convert an instance of the bean class into an instance of the XML schema, or vice versa, convert an instance of the schema into a bean.

The input may either be a compiled bean class (in which case Java reflection is used for analyzing the class) or it may be a set of Java source files. JaxMe Java source reflection is used in the latter case.