com.ibm.wsdl.factory

Class WSDLFactoryImpl

public class WSDLFactoryImpl extends WSDLFactory

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)

Method Summary
DefinitionnewDefinition()
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
ExtensionRegistrynewPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions.
WSDLReadernewWSDLReader()
Create a new instance of a WSDLReader.
WSDLWriternewWSDLWriter()
Create a new instance of a WSDLWriter.

Method Detail

newDefinition

public Definition newDefinition()
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.

See Also: PopulatedExtensionRegistry

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.

newWSDLReader

public WSDLReader newWSDLReader()
Create a new instance of a WSDLReader.

newWSDLWriter

public WSDLWriter newWSDLWriter()
Create a new instance of a WSDLWriter.
Copyright B) 2003,2005 IBM. All Rights Reserved.