Uses of Class
javax.xml.bind.SchemaOutputResolver
-
Packages that use SchemaOutputResolver Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.schemagen Schema generator.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. -
-
Uses of SchemaOutputResolver in com.sun.xml.bind.api
Methods in com.sun.xml.bind.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 com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJAXBContextImpl. generateSchema(SchemaOutputResolver outputResolver) -
Uses of SchemaOutputResolver in com.sun.xml.bind.v2.schemagen
Methods in com.sun.xml.bind.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 javax.xml.bind
Methods in javax.xml.bind with parameters of type SchemaOutputResolver Modifier and Type Method Description voidJAXBContext. generateSchema(SchemaOutputResolver outputResolver)Generates the schema documents for this context.
-