org.apache.tuscany.sca.implementation.node.impl
Class NodeImplementationFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.node.impl.NodeImplementationFactoryImpl
All Implemented Interfaces:
NodeImplementationFactory

public class NodeImplementationFactoryImpl
extends java.lang.Object
implements NodeImplementationFactory

Factory for the resource implementation model.


Constructor Summary
NodeImplementationFactoryImpl()
           
 
Method Summary
 ConfiguredNodeImplementation createConfiguredNodeImplementation()
          Creates a new configured node implementation.
 NodeImplementation createNodeImplementation()
          Creates a new node implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeImplementationFactoryImpl

public NodeImplementationFactoryImpl()
Method Detail

createNodeImplementation

public NodeImplementation createNodeImplementation()
Description copied from interface: NodeImplementationFactory
Creates a new node implementation.

Specified by:
createNodeImplementation in interface NodeImplementationFactory
Returns:
a new node implementation

createConfiguredNodeImplementation

public ConfiguredNodeImplementation createConfiguredNodeImplementation()
Description copied from interface: NodeImplementationFactory
Creates a new configured node implementation.

Specified by:
createConfiguredNodeImplementation in interface NodeImplementationFactory
Returns:
a new configured node implementation