| Class | Description |
|---|---|
| AbstractSchemagenMojo | |
| AbstractXjcMojo |
Abstract class for parsing XML schemas and binding resources to produce a corresponding object
model based on the JAXB XJC binding compiler.
|
| HelpMojo |
Display help information on jaxb2-maven-plugin.
Call mvn jaxb2:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| SchemagenMojo |
Creates XML Schema file(s) for sources.
|
| TestSchemagenMojo |
Creates XML Schema file(s) for test sources.
|
| TestXjcMojo |
Generates Java test sources from XML Schema(s) and binding file(s)
using the JAXB Binding Compiler (XJC).
|
| TransformSchema |
Object containing parameters to transform a schema.
|
| XjcMojo |
Generates Java sources from XML Schema(s) and binding file(s)
using the JAXB Binding Compiler (XJC).
|
| Exception | Description |
|---|---|
| NoSchemasException |
Copyright © 2005–2015 Codehaus. All rights reserved.