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, newInstance
public SchemaFactoryImpl() throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public javax.wsdl.Definition newDefinition()
public javax.wsdl.xml.WSDLWriter newWSDLWriter()
newWSDLWriter
in class SchemaFactory
public javax.wsdl.extensions.ExtensionRegistry newPopulatedExtensionRegistry()
newPopulatedExtensionRegistry
in class SchemaFactory
Apache CXF