Uses of Class
jakarta.xml.bind.SchemaOutputResolver
-
Packages that use SchemaOutputResolver Package Description com.sun.tools.jxc com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.schemagen Schema generator.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of SchemaOutputResolver in com.sun.tools.jxc
Methods in com.sun.tools.jxc that return SchemaOutputResolver Modifier and Type Method Description SchemaOutputResolverConfigReader. getSchemaOutputResolver()This returns the SchemaOutputResolver to generate the schemas -
Uses of SchemaOutputResolver in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJ2SJAXBModel. generateSchema(SchemaOutputResolver outputResolver, ErrorListener errorListener)Generates the schema documents from the model. -
Uses of SchemaOutputResolver in jakarta.xml.bind
Methods in jakarta.xml.bind with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJAXBContext. generateSchema(SchemaOutputResolver outputResolver)Generates the schema documents for this context. -
Uses of SchemaOutputResolver in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type SchemaOutputResolver Modifier and Type Method Description abstract voidJAXBRIContext. generateSchema(SchemaOutputResolver outputResolver)Generates the schema documents from the model. -
Uses of SchemaOutputResolver in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJAXBContextImpl. generateSchema(SchemaOutputResolver outputResolver) -
Uses of SchemaOutputResolver in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type SchemaOutputResolver Modifier and Type Method Description voidXmlSchemaGenerator. write(SchemaOutputResolver resolver, ErrorListener errorListener)Write out the schema documents. -
Uses of SchemaOutputResolver in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJAXBContextWrapper. generateSchema(SchemaOutputResolver outputResolver)
-