API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind. SchemaOutputResolver View Source
Author(s)
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Since
Version
Serial
Hierarchy
 Object
      SchemaOutputResolver
Implements
Subclasses
Description
publicabstract abstract class SchemaOutputResolver
  Controls where a JAXB implementation puts the generates schema files.
See also:   
Constructors
public SchemaOutputResolver ()
Methods
Hide/Show inherited methods
publicabstract Result createOutput (String namespaceUri, String suggestedFileName) throws IOException
  Decides where the schema file (of the given namespace URI) will be written, and return it as a Result object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar