Uses of Class
jakarta.xml.bind.SchemaOutputResolver
Packages that use SchemaOutputResolver
Package
Description
API for programmatic invocation of XJC and schemagen.
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Schema generator.
-
Uses of SchemaOutputResolver in com.sun.tools.jxc
Methods in com.sun.tools.jxc that return SchemaOutputResolverModifier and TypeMethodDescriptionConfigReader.getSchemaOutputResolver()This returns the SchemaOutputResolver to generate the schemas -
Uses of SchemaOutputResolver in com.sun.tools.jxc.api
Methods in com.sun.tools.jxc.api with parameters of type SchemaOutputResolverModifier and TypeMethodDescriptionvoidJ2SJAXBModel.generateSchema(SchemaOutputResolver outputResolver, ErrorListener errorListener) Generates the schema documents from the model. -
Uses of SchemaOutputResolver in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type SchemaOutputResolverModifier and TypeMethodDescriptionvoidJ2SJAXBModel.generateSchema(SchemaOutputResolver outputResolver, ErrorListener errorListener) Deprecated, for removal: This API element is subject to removal in a future version.Generates the schema documents from the model. -
Uses of SchemaOutputResolver in jakarta.xml.bind
Methods in jakarta.xml.bind with parameters of type SchemaOutputResolverModifier and TypeMethodDescriptionvoidJAXBContext.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 SchemaOutputResolverModifier and TypeMethodDescriptionabstract 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 SchemaOutputResolverModifier and TypeMethodDescriptionvoidJAXBContextImpl.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 SchemaOutputResolverModifier and TypeMethodDescriptionvoidXmlSchemaGenerator.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 SchemaOutputResolverModifier and TypeMethodDescriptionvoidJAXBContextWrapper.generateSchema(SchemaOutputResolver outputResolver)