Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class CommandGroupFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.CommandGroupFactoryImpl
All Implemented Interfaces:
CommandGroupFactory

public class CommandGroupFactoryImpl
extends Object
implements CommandGroupFactory


Constructor Summary
CommandGroupFactoryImpl()
           
 
Method Summary
 CommandGroup createCommandGroup(InputStream configStream)
          Creates a CommandGroup based on the provided config file stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandGroupFactoryImpl

public CommandGroupFactoryImpl()
Method Detail

createCommandGroup

public CommandGroup createCommandGroup(InputStream configStream)
Description copied from interface: CommandGroupFactory
Creates a CommandGroup based on the provided config file stream

Specified by:
createCommandGroup in interface CommandGroupFactory
Parameters:
configStream - A stream over a DAS config file
Returns:
returns a CommandGroup instance

Tuscany DAS for Relational Databases

-