org.apache.tuscany.sca.workspace.impl
Class WorkspaceFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.workspace.impl.WorkspaceFactoryImpl
All Implemented Interfaces:
WorkspaceFactory
Direct Known Subclasses:
DefaultWorkspaceFactory

public class WorkspaceFactoryImpl
extends java.lang.Object
implements WorkspaceFactory

Default implementation of a contribution workspace model factory.


Constructor Summary
protected WorkspaceFactoryImpl()
           
 
Method Summary
 Workspace createWorkspace()
          Create a new contribution workspace model object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceFactoryImpl

protected WorkspaceFactoryImpl()
Method Detail

createWorkspace

public Workspace createWorkspace()
Description copied from interface: WorkspaceFactory
Create a new contribution workspace model object.

Specified by:
createWorkspace in interface WorkspaceFactory
Returns: