java.lang.ObjectControls where a JAXB implementation puts the generates schema files.javax.xml.bind.SchemaOutputResolver
An implementation of this abstract class has to be provided by the calling application to generate schemas.
This is a class, not an interface so as to allow future versions to evolve without breaking the compatibility.
Kohsuke
- Kawaguchi (kohsuke.kawaguchi@sun.com)Method from javax.xml.bind.SchemaOutputResolver Summary: |
---|
createOutput |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.xml.bind.SchemaOutputResolver Detail: |
---|
This method is called only once for any given namespace. IOW, all the components in one namespace is always written into the same schema document. |