Uses of Interface
com.sun.tools.xjc.api.SchemaCompiler

Packages that use SchemaCompiler
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wscompile   
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
 

Uses of SchemaCompiler in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl that return SchemaCompiler
protected  SchemaCompiler JAXBModelBuilder.getJAXBSchemaCompiler()
           
 

Uses of SchemaCompiler in com.sun.tools.ws.wscompile
 

Methods in com.sun.tools.ws.wscompile that return SchemaCompiler
 SchemaCompiler WsimportOptions.getSchemaCompiler()
           
 

Uses of SchemaCompiler in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return SchemaCompiler
static SchemaCompiler XJC.createSchemaCompiler()
          Gets a fresh SchemaCompiler.
 

Uses of SchemaCompiler in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j that implement SchemaCompiler
 class SchemaCompilerImpl
          SchemaCompiler implementation.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.