com.ebmwebsourcing.commons.wsdl
Class WSDLFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.commons.wsdl.WSDLFactory
      extended by com.ebmwebsourcing.commons.wsdl.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:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSDLFactoryImpl()
           
 
Method Summary
 Description newDescription()
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
 WSDLReader newWSDLReader()
          Create a new instance of a WSDLReaderImpl.
 WSDLReader newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
 WSDLWriter newWSDLWriter()
          Create a new instance of a WSDLWriterImpl.
 
Methods inherited from class com.ebmwebsourcing.commons.wsdl.WSDLFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFactoryImpl

public WSDLFactoryImpl()
Method Detail

newDescription

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

Specified by:
newDescription in class WSDLFactory
See Also:
com.ibm.wsdl.extensions.PopulatedExtensionRegistry

newWSDLReader

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

Specified by:
newWSDLReader in class WSDLFactory

newWSDLReader

public WSDLReader newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl.

Specified by:
newWSDLReader in class WSDLFactory

newWSDLWriter

public WSDLWriter newWSDLWriter()
Create a new instance of a WSDLWriterImpl.

Specified by:
newWSDLWriter in class WSDLFactory


Copyright © 2008 eBM WebSourcing. All Rights Reserved.