|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
Binder |
Binder provides an interface for all constraint
representations to use. |
Binding |
Binding represents an arbitrary Java construct,
and provides a representation-independent means of showing
how a constraint (presumably from an XML Schema, DTD, Relax
schema, etc.) maps to Java. |
Generator |
Generator is the portion of Zeus that will convert
a set of constraints, visible through a ,
and output them as generated Java classes (to a
. |
Result |
Result provides an interface for all output
means. |
Source |
Source provides an interface for all input
means. |
Class Summary | |
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. |
UnmarshalledObject |
UnmarshalledObject represents an object that has been
unmarshalled by Zeus. |
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. |
ZeusDefaults |
ZeusDefaults defines constants used throughout
the rest of the Zeus code base. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |