public interface JavaToXSDIntf
| Modifier and Type | Method and Description |
|---|---|
JBossXSModel |
generateForSingleType(QName xmlType,
Class javaType)
Method that is used to obtain a Schema Model given
a Java class, a XMLName and a XMLType
|
JBossXSModel |
generateForSingleType(QName xmlType,
Class javaType,
Map<String,QName> elementNames) |
SchemaCreatorIntf |
getSchemaCreator()
Get the SchemaCreator (that deals with creation of schema types)
Pluggable feature of JavaToXSD
|
void |
setPackageNamespaceMap(Map<String,String> map)
A map of package->namespace map that denote user customization
|
void |
setWSDLStyle(String wsdlStyle)
Set the WSDLStyle
|
JBossXSModel generateForSingleType(QName xmlType, Class javaType) throws IOException
xmlType - javaType - Class object that is the type of the xmlTypeIOExceptionJBossXSModel generateForSingleType(QName xmlType, Class javaType, Map<String,QName> elementNames) throws IOException
IOExceptionSchemaCreatorIntf getSchemaCreator()
void setPackageNamespaceMap(Map<String,String> map)
map - void setWSDLStyle(String wsdlStyle)
wsdlStyle - for Constants.DOCUMENT_LITERAL
and Constants.RPC_LITERALCopyright © 2018 JBoss by Red Hat. All rights reserved.