Package com.ibm.wsdl.factory
Class WSDLFactoryImpl
java.lang.Object
javax.wsdl.factory.WSDLFactory
com.ibm.wsdl.factory.WSDLFactoryImpl
This class is a concrete implementation of the abstract class
WSDLFactory. Some ideas used here have been shamelessly
copied from the wonderful JAXP and Xerces work.
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions.Create a new instance of a WSDLReader.Create a new instance of a WSDLWriter.Methods inherited from class javax.wsdl.factory.WSDLFactory
newInstance, newInstance, newInstance
-
Constructor Details
-
WSDLFactoryImpl
public WSDLFactoryImpl()
-
-
Method Details
-
newDefinition
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.- Specified by:
newDefinition
in classWSDLFactory
- See Also:
-
newWSDLReader
Create a new instance of a WSDLReader.- Specified by:
newWSDLReader
in classWSDLFactory
-
newWSDLWriter
Create a new instance of a WSDLWriter.- Specified by:
newWSDLWriter
in classWSDLFactory
-
newPopulatedExtensionRegistry
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions. Java extensionTypes are also mapped for all the SOAP, HTTP and MIME extensions.- Specified by:
newPopulatedExtensionRegistry
in classWSDLFactory
-