org.apache.tuscany.sca.binding.rss.impl
Class RSSBindingFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.binding.rss.impl.RSSBindingFactoryImpl
All Implemented Interfaces:
RSSBindingFactory

public class RSSBindingFactoryImpl
extends java.lang.Object
implements RSSBindingFactory

Factory for the RSS binding model.


Constructor Summary
RSSBindingFactoryImpl()
           
 
Method Summary
 RSSBinding createRSSBinding()
          Creates a new RSS binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSBindingFactoryImpl

public RSSBindingFactoryImpl()
Method Detail

createRSSBinding

public RSSBinding createRSSBinding()
Description copied from interface: RSSBindingFactory
Creates a new RSS binding.

Specified by:
createRSSBinding in interface RSSBindingFactory
Returns:
the new RSS binding