Package | Description |
---|---|
com.sun.tools.jxc | |
com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
com.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.
|
org.jboss.resteasy.plugins.providers.jaxb |
Modifier and Type | Method and Description |
---|---|
SchemaOutputResolver |
ConfigReader.getSchemaOutputResolver()
This returns the SchemaOutputResolver to generate the schemas
|
Modifier and Type | Method and Description |
---|---|
void |
J2SJAXBModel.generateSchema(SchemaOutputResolver outputResolver,
ErrorListener errorListener)
Generates the schema documents from the model.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
JAXBRIContext.generateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents from the model.
|
Modifier and Type | Method and Description |
---|---|
void |
JAXBContextImpl.generateSchema(SchemaOutputResolver outputResolver) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaGenerator.write(SchemaOutputResolver resolver,
ErrorListener errorListener)
Write out the schema documents.
|
Modifier and Type | Method and Description |
---|---|
void |
JAXBContext.generateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents for this context.
|
Modifier and Type | Method and Description |
---|---|
void |
JAXBContextWrapper.generateSchema(SchemaOutputResolver outputResolver) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.