NonStop Server for Java 6.0 Tools Reference Pages
Title Page | Tools Home Page
xjc: Java™ Architecture for XML
Binding Compiler
The xjc tool is the XML binding compiler. The binding compiler can be launched using
the appropriate xjc shell script in the bin directory for your platform. For a complete
description of the tool and its use, see the Sun Microsystems documentation for xjc.
Synopsis
xjc [-options ...] <schema_file/URL/dir> ... [-b <bindinfo>]
...
The following table lists the xjc options.
Option Description
-nv
Does not perform strict validation of the input
schema(s).
-extension
Allows vendor extensions—does not strictly follow the
Compatibility Rules and App E.2 from the JAXB Spec.
-b <file/dir>
Specifies external bindings files (each <file> must
have its own -b). If a directory is given, **/*.xjb is
searched.
-d <dir>
Stores the generated files.
-p <pkg>
Specifies the target package.
-httpproxy
<proxy>
Sets HTTP/HTTPS proxy. Format is
[user[:password]@]proxyHost:proxyPort.
-httpproxyfile
<file>
Sets the proxy string. Format is
[user[:password]@]proxyHost:proxyPort.
-classpath <arg>
Specifies where to find user class files.










