Modifier and Type | Method and Description |
---|---|
JBossXSModel |
SchemaGenerator.generateXSDSchema(QName xmlType,
Class javaType) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
TypesMetaData.getSchemaModel() |
Modifier and Type | Method and Description |
---|---|
void |
TypesMetaData.addSchemaModel(JBossXSModel model) |
void |
TypesMetaData.setSchemaModel(JBossXSModel model) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
XSModelTypes.getSchemaModel()
Return the global Schema Model
|
static JBossXSModel |
WSDLUtils.getSchemaModel(WSDLTypes types) |
Modifier and Type | Method and Description |
---|---|
void |
XSModelTypes.addSchemaModel(String nsURI,
JBossXSModel schema)
Add a schema model for a given namespaceURI
|
static void |
WSDLUtils.addSchemaModel(WSDLTypes types,
String namespace,
JBossXSModel model) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JBossXSModel.clone() |
JBossXSModel |
WSSchemaUtils.createXSModel()
Generate a Schema Model for a namespace
|
JBossXSModel |
WSSchemaUtils.getJBossXSModel(org.apache.xerces.xs.XSModel xsmodel)
Convert the read-only Xerces implementation of XSModel
into JBossXSModel.
|
Modifier and Type | Method and Description |
---|---|
void |
WSSchemaUtils.copyXSModel(org.apache.xerces.xs.XSModel xsmodel,
JBossXSModel jb) |
boolean |
WSSchemaUtils.isEmptySchema(JBossXSModel xsmodel,
String namespace)
Checks if the XSModel is empty given a namespace
|
void |
JBossXSModel.merge(JBossXSModel xsm) |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSD.generateForSingleType(QName xmlType,
Class javaType) |
JBossXSModel |
JavaToXSD.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
JBossXSModel |
JavaToXSD.parseSchema(Map<String,URL> locs)
Given a set of schema files, parse them to yield an unified JBossXSModel
|
JBossXSModel |
JavaToXSD.parseSchema(URL xsdURL)
Given a schema file in a file, return a Schema Model
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSDHelper.generateXSModel(QName xmlType,
Class javaType,
String targetNamespace)
Given a XMLType and a JavaType, generate a JBossXSModel
|
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
JavaToXSDIntf.generateForSingleType(QName xmlType,
Class javaType)
Method that is used to obtain a Schema Model given
a Java class, a XMLName and a XMLType
|
JBossXSModel |
JavaToXSDIntf.generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
JBossXSModel |
SchemaCreatorIntf.getXSModel()
get the XSModel representing the targetNS
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaCreatorIntf.setXSModel(JBossXSModel xsm)
Set the XSModel representing the targetNS
|
Modifier and Type | Field and Description |
---|---|
protected JBossXSModel |
SchemaTypeCreator.xsModel |
Modifier and Type | Method and Description |
---|---|
JBossXSModel |
SchemaTypeCreator.getXSModel() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaTypeCreator.setXSModel(JBossXSModel xsm) |
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.