Uses of Interface
com.sun.tools.xjc.api.JAXBModel
-
Packages that use JAXBModel Package Description 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 Modifier and Type Method Description JAXBModelJAXBModel. getRawJAXBModel()Constructors in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBModel Constructor Description 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 Modifier and Type Interface Description interfaceJ2SJAXBModelJAXBModelthat exposes additional information available only for thejava -> schemadirection.interfaceS2JJAXBModelJAXBModelthat exposes additional information available only for theschema -> javadirection.
-