The "episode file" is really just a JAXB customization file (but with vendor extensions,
at this point), that can be used later with a schema compilation to support separate
compilation.
Parameters: output - This receives the generated episode file. since: 2.1
Generates the schema documents from the model.
Parameters: outputResolver - this object controls the output to which schemaswill be sent. throws: IOException - if SchemaOutputResolver throws an IOException.
Returns the name of the XML Type bound to the
specified Java type.
Parameters: javaType - must not be null. This must be one of the References specifiedin the JavaCompiler.bind method.null if it is not a part of the input to JavaCompiler.bind. throws: IllegalArgumentException - if the parameter is null