org.apache.tuscany.sca.binding.feed.impl
Class AtomBindingFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.binding.feed.impl.AtomBindingFactoryImpl
All Implemented Interfaces:
AtomBindingFactory

public class AtomBindingFactoryImpl
extends java.lang.Object
implements AtomBindingFactory

Factory for the Atom binding model.


Constructor Summary
AtomBindingFactoryImpl()
           
 
Method Summary
 AtomBinding createAtomBinding()
          Creates a new Atom binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomBindingFactoryImpl

public AtomBindingFactoryImpl()
Method Detail

createAtomBinding

public AtomBinding createAtomBinding()
Description copied from interface: AtomBindingFactory
Creates a new Atom binding.

Specified by:
createAtomBinding in interface AtomBindingFactory
Returns:
the new Atom binding