Package org.apache.commons.jelly.tags.jaxme

A JAXB tag library using the Apache JaxMe implementation.

See:
          Description

Class Summary
GeneratorTag Generates java objects using JaxMe.
JaxMeTagLibrary JAXB tag library using the Apache JaxMe implementation.
MarshallTag Marshalls a generated object generated by a JAXB implementation into xml.
UnmarshallTag Unmarshalls xml documents into java objects.
 

Package org.apache.commons.jelly.tags.jaxme Description

A JAXB tag library using the Apache JaxMe implementation. Tags are provided for marshalling java objects into xml and unmarshalling xml into java objects which will work with any JAXB implementation. The generation tag generates java objects which can be marshalled and unmarshalled by JaxMe and are specific to that implementation.



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.