|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
org.enhydra.zeus.binding | |
org.enhydra.zeus.generator |
Uses of Container in org.enhydra.zeus.binding |
Classes in org.enhydra.zeus.binding that implement Container | |
class |
BaseContainer
implements the
interface and defines behavior for a binding that can contain other
bindings (usually implementations). |
class |
ContainerProperty
ContainerProperty implements the
,
, and
interfaces, and provides
for a complex object that is itself a property. |
Uses of Container in org.enhydra.zeus.generator |
Methods in org.enhydra.zeus.generator with parameters of type Container | |
protected void |
SimpleGenerator.generateUnmarshaller(Container container)
This will generate the Unmarshaller class for this
container, which calls out to the implementation class for
static unmarshalling from XML to Java. |
protected void |
SimpleGenerator.generateUnmarshallableInterface(Container container)
This will generate the Unmarshallable interface for use
by generated classes in the unmarshalling process. |
protected void |
SimpleGenerator.generateInterface(Container container)
This will generate the interface (or interfaces, through recursion) for the supplied Container . |
protected void |
SimpleGenerator.generateImplementation(Container container)
This will generate the implementation (or implemenations, through recursion) for the supplied Container . |
protected void |
SimpleGenerator.writeUnmarshallerDeclaration(java.io.Writer writer,
Container container)
This writes out the unmarshaller declaration (the class header). |
protected void |
SimpleGenerator.writeUnmarshallerProperties(java.io.Writer writer,
Container container)
This will write out the unmarshaller properties. |
protected void |
SimpleGenerator.writeUnmarshallerUnmarshalMethods(java.io.Writer writer,
Container container)
This will write out the unmarshaller version of the various unmarshal methods supported by generated classes. |
protected void |
SimpleGenerator.writeDefaultErrorHandler(java.io.Writer writer,
Container container)
This will write out the default error handler for use when validation is on, and no ErrorHandler implementation is provided. |
protected void |
SimpleGenerator.writeInterfaceDeclaration(java.io.Writer writer,
Container container)
This writes out the interface declaration (the class header). |
protected void |
SimpleGenerator.writeImplementationUnmarshallerProperties(java.io.Writer writer,
Container container)
This will write out properties required for unmarshalling from XML into this Java class. |
protected void |
SimpleGenerator.writeImplementationMethods(java.io.Writer writer,
Container container)
This writes out the properties for an implementation as methods, including accessors, mutators, and collection-style methods if needed. |
protected void |
SimpleGenerator.writeImplementationMarshalMethods(java.io.Writer writer,
Container container)
This will write out the implementation of the various marshal . |
protected void |
SimpleGenerator.writeImplementationUnmarshalMethods(java.io.Writer writer,
Container container)
This will write out the implementation of the various unmarshal methods supported by generated classes. |
protected void |
SimpleGenerator.writeImplementationSAXHandlerMethods(java.io.Writer writer,
Container container)
This will write out methods that implements various SAX handlers for use in unmarshalling. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |