org.apache.tuscany.sca.interfacedef.wsdl
Class DefaultWSDLFactory

java.lang.Object
  extended by org.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLFactoryImpl
      extended by org.apache.tuscany.sca.interfacedef.wsdl.DefaultWSDLFactory
All Implemented Interfaces:
WSDLFactory

public class DefaultWSDLFactory
extends WSDLFactoryImpl
implements WSDLFactory

A factory for the WSDL model.


Constructor Summary
DefaultWSDLFactory(ModelFactoryExtensionPoint modelFactories)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.sca.interfacedef.wsdl.impl.WSDLFactoryImpl
createWSDLDefinition, createWSDLInterface, createWSDLInterface, createWSDLInterface, createWSDLInterfaceContract, getWSDLInterfaceIntrospector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.sca.interfacedef.wsdl.WSDLFactory
createWSDLDefinition, createWSDLInterface, createWSDLInterface, createWSDLInterface, createWSDLInterfaceContract
 

Constructor Detail

DefaultWSDLFactory

public DefaultWSDLFactory(ModelFactoryExtensionPoint modelFactories)