org.apache.tuscany.sca.implementation.node
Interface NodeImplementationFactory

All Known Implementing Classes:
NodeImplementationFactoryImpl

public interface NodeImplementationFactory

Factory for the resource implementation model.


Method Summary
 ConfiguredNodeImplementation createConfiguredNodeImplementation()
          Creates a new configured node implementation.
 NodeImplementation createNodeImplementation()
          Creates a new node implementation.
 

Method Detail

createNodeImplementation

NodeImplementation createNodeImplementation()
Creates a new node implementation.

Returns:
a new node implementation

createConfiguredNodeImplementation

ConfiguredNodeImplementation createConfiguredNodeImplementation()
Creates a new configured node implementation.

Returns:
a new configured node implementation