| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
GeneratorGenerator 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 . | |
MarshallerMarshaller takes a Java Object instance and writes
out an XML representation of that object, with each property (variable)
of the instance and its value. | |
UnmarshallerUnmarshaller 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 | |
BaseBinderBinder provides an interface for all constraint
representations to use. | |
SchemaBinderSchemaBinder implements the Binder
interface and allows generation of Zeus
Binding s from an XML Schema. |
Classes in org.enhydra.zeus used by org.enhydra.zeus.binding | |
ContainerContainer implements the Binding
interface and defines behavior for a binding that can contain other
bindings (usually Property implementations). | |
PropertyProperty 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 | |
SimpleGeneratorGenerator 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 | |
BaseResultResult provides an interface for all output
means. |
Classes in org.enhydra.zeus used by org.enhydra.zeus.source | |
BaseSourceSource provides an interface for all input
means. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |