public class InliningXsdSchemaTypesProvider extends TransformerObjectSupport implements TypesProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_PREFIX
The prefix used to register the schema namespace in the WSDL.
|
| Constructor and Description |
|---|
InliningXsdSchemaTypesProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypes(javax.wsdl.Definition definition) |
XsdSchemaCollection |
getSchemaCollection()
Returns the XSD schema collection to inline.
|
void |
setSchema(XsdSchema schema)
Sets the single XSD schema to inline.
|
void |
setSchemaCollection(XsdSchemaCollection schemaCollection)
Sets the XSD schema collection to inline.
|
createTransformer, getTransformerFactory, newTransformerFactory, setTransformerFactoryClass, transformpublic static final String SCHEMA_PREFIX
public void setSchema(XsdSchema schema)
schemaCollection must be set.public XsdSchemaCollection getSchemaCollection()
public void setSchemaCollection(XsdSchemaCollection schemaCollection)
schema must be
set.public void addTypes(javax.wsdl.Definition definition)
throws javax.wsdl.WSDLException
addTypes in interface TypesProviderjavax.wsdl.WSDLException