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