com.ibm.wsdl.factory
Class WSDLFactoryImpl
public class 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.
- Matthew J. Duftler (duftler@us.ibm.com)
newDefinition
public Definition newDefinition()
Create a new instance of a Definition, with an instance
of a PopulatedExtensionRegistry as its ExtensionRegistry.
- newDefinition in interface WSDLFactory
newPopulatedExtensionRegistry
public ExtensionRegistry 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.
- newPopulatedExtensionRegistry in interface WSDLFactory
Copyright B) 2003,2005 IBM. All Rights Reserved.