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)
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
newWSDLReader
public WSDLReader newWSDLReader()
Create a new instance of a WSDLReader.
- newWSDLReader in interface WSDLFactory
newWSDLWriter
public WSDLWriter newWSDLWriter()
Create a new instance of a WSDLWriter.
- newWSDLWriter in interface WSDLFactory
Copyright B) 2003,2005 IBM. All Rights Reserved.