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

Packages that use JAXBModel
com.sun.tools.ws.processor.model.jaxb   
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

Uses of JAXBModel in com.sun.tools.ws.processor.model.jaxb
 

Methods in com.sun.tools.ws.processor.model.jaxb that return JAXBModel
 JAXBModel JAXBModel.getRawJAXBModel()
           
 

Constructors in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBModel
JAXBModel(JAXBModel rawModel)
          Constructor that fills in the values from the given raw model
 

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

Subinterfaces of JAXBModel in com.sun.tools.xjc.api
 interface J2SJAXBModel
          JAXBModel that exposes additional information available only for the java->schema direction.
 interface S2JJAXBModel
          JAXBModel that exposes additional information available only for the schema->java direction.
 



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