org.apache.tuscany.sca.binding.ws.impl
Class WebServiceBindingFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.binding.ws.impl.WebServiceBindingFactoryImpl
All Implemented Interfaces:
WebServiceBindingFactory
Direct Known Subclasses:
DefaultWebServiceBindingFactory

public class WebServiceBindingFactoryImpl
extends java.lang.Object
implements WebServiceBindingFactory

A factory for the WSDL model.


Constructor Summary
WebServiceBindingFactoryImpl()
           
 
Method Summary
 WebServiceBinding createWebServiceBinding()
          Creates a new WebService binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceBindingFactoryImpl

public WebServiceBindingFactoryImpl()
Method Detail

createWebServiceBinding

public WebServiceBinding createWebServiceBinding()
Description copied from interface: WebServiceBindingFactory
Creates a new WebService binding.

Specified by:
createWebServiceBinding in interface WebServiceBindingFactory
Returns:
a new WebService binding