|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.api.XJC
public final class XJC
Entry point to the programatic API to access schema compiler (XJC) and schema generator (schemagen).
Constructor Summary | |
---|---|
XJC()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XJC()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |