public class SchemaFactoryImpl extends SchemaFactory
| Constructor and Description |
|---|
SchemaFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.Definition |
newDefinition()
Create a new instance of a Definition, with an instance of a
PopulatedExtensionRegistry as its ExtensionRegistry.
|
javax.wsdl.extensions.ExtensionRegistry |
newPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered
serializers/deserializers for the SOAP, HTTP and MIME extensions.
|
javax.wsdl.xml.WSDLWriter |
newWSDLWriter()
Create a new instance of a SchemaWriter.
|
newInstance, newInstancepublic SchemaFactoryImpl()
throws javax.wsdl.WSDLException
javax.wsdl.WSDLExceptionpublic javax.wsdl.Definition newDefinition()
public javax.wsdl.xml.WSDLWriter newWSDLWriter()
newWSDLWriter in class SchemaFactorypublic javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
newPopulatedExtensionRegistry in class SchemaFactoryApache CXF