org.ow2.easywsdl.wsdl
Class WSDLFactoryImpl

java.lang.Object
  extended by org.ow2.easywsdl.wsdl.WSDLFactory
      extended by org.ow2.easywsdl.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(AbsItfDescription.WSDLVersionConstants version)
          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 org.ow2.easywsdl.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(AbsItfDescription.WSDLVersionConstants version)
                           throws WSDLException
Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.

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

newWSDLReader

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

Specified by:
newWSDLReader in class WSDLFactory
Throws:
WSDLException

newWSDLReader

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

Specified by:
newWSDLReader in class WSDLFactory
Throws:
WSDLException

newWSDLWriter

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

Specified by:
newWSDLWriter in class WSDLFactory
Throws:
WSDLException


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.