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

Packages that use JAXBModel
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.j2s   
 

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.
 

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

Classes in com.sun.tools.xjc.api.impl.j2s that implement JAXBModel
(package private)  class JAXBModelImpl