public final class XJC
extends java.lang.Object
Constructor and Description |
---|
XJC() |
Modifier and Type | Method and Description |
---|---|
static JavaCompiler |
createJavaCompiler()
Gets a fresh
JavaCompiler . |
static SchemaCompiler |
createSchemaCompiler()
Gets a fresh
SchemaCompiler . |
static java.lang.String |
getDefaultPackageName(java.lang.String namespaceUri)
Computes the namespace URI -> package name conversion
as specified by the JAXB spec.
|
public static JavaCompiler createJavaCompiler()
JavaCompiler
.public static SchemaCompiler createSchemaCompiler()
SchemaCompiler
.public static java.lang.String getDefaultPackageName(java.lang.String namespaceUri)
namespaceUri
- Namespace URI. Can be empty, but must not be null.