org.apache.tuscany.sca.implementation.resource.impl
Class ResourceImplementationFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.resource.impl.ResourceImplementationFactoryImpl
All Implemented Interfaces:
ResourceImplementationFactory

public class ResourceImplementationFactoryImpl
extends java.lang.Object
implements ResourceImplementationFactory

Factory for the resource implementation model.


Constructor Summary
ResourceImplementationFactoryImpl(ModelFactoryExtensionPoint modelFactories)
           
 
Method Summary
 ResourceImplementation createResourceImplementation()
          Creates a new resource implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceImplementationFactoryImpl

public ResourceImplementationFactoryImpl(ModelFactoryExtensionPoint modelFactories)
Method Detail

createResourceImplementation

public ResourceImplementation createResourceImplementation()
Description copied from interface: ResourceImplementationFactory
Creates a new resource implementation.

Specified by:
createResourceImplementation in interface ResourceImplementationFactory
Returns:
a new resource implementation