public final class XJC
extends java.lang.Object
| Constructor | Description |
|---|---|
XJC() |
| Modifier and Type | Method | Description |
|---|---|---|
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 SchemaCompiler createSchemaCompiler()
SchemaCompiler.public static java.lang.String getDefaultPackageName(java.lang.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.