org.apache.tuscany.sca.binding.http.impl
Class HTTPBindingFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.binding.http.impl.HTTPBindingFactoryImpl
All Implemented Interfaces:
HTTPBindingFactory

public class HTTPBindingFactoryImpl
extends java.lang.Object
implements HTTPBindingFactory

Factory for the HTTP binding model.


Constructor Summary
HTTPBindingFactoryImpl()
           
 
Method Summary
 HTTPBinding createHTTPResourceBinding()
          Creates a new HTTP binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPBindingFactoryImpl

public HTTPBindingFactoryImpl()
Method Detail

createHTTPResourceBinding

public HTTPBinding createHTTPResourceBinding()
Description copied from interface: HTTPBindingFactory
Creates a new HTTP binding.

Specified by:
createHTTPResourceBinding in interface HTTPBindingFactory
Returns:
a new HTTP binding