Uses of Package
org.enhydra.zeus

Packages that use org.enhydra.zeus
org.enhydra.zeus 
org.enhydra.zeus.binder 
org.enhydra.zeus.binding 
org.enhydra.zeus.generator 
org.enhydra.zeus.result 
org.enhydra.zeus.source 

Classes in org.enhydra.zeus used by org.enhydra.zeus
Generator
           Generator is the portion of Zeus that will convert a set of constraints, visible through a Binding, and output them as generated Java classes (to a Result.
Marshaller
           Marshaller takes a Java Object instance and writes out an XML representation of that object, with each property (variable) of the instance and its value.
Unmarshaller
           Unmarshaller takes an XML instance document, which should conform to some set of XML constraints, and creates a Java object from the XML document.
 

Classes in org.enhydra.zeus used by org.enhydra.zeus.binder
BaseBinder
           Binder provides an interface for all constraint representations to use.
SchemaBinder
           SchemaBinder implements the Binder interface and allows generation of Zeus Bindings from an XML Schema.
 

Classes in org.enhydra.zeus used by org.enhydra.zeus.binding
Container
           Container implements the Binding interface and defines behavior for a binding that can contain other bindings (usually Property implementations).
Property
           Property implements the Binding interface and defines behavior for a property of a Java class.
 

Classes in org.enhydra.zeus used by org.enhydra.zeus.generator
SimpleGenerator
           Generator is the portion of Zeus that will convert a set of constraints, visible through a Binding, and output them as generated Java classes (to a File [directory]).
 

Classes in org.enhydra.zeus used by org.enhydra.zeus.result
BaseResult
           Result provides an interface for all output means.
 

Classes in org.enhydra.zeus used by org.enhydra.zeus.source
BaseSource
           Source provides an interface for all input means.