Tuscany Core

org.apache.tuscany.core.system.builder
Class SystemEntryPointBuilder

java.lang.Object
  extended by org.apache.tuscany.core.system.builder.SystemEntryPointBuilder
All Implemented Interfaces:
ContextFactoryBuilder

public class SystemEntryPointBuilder
extends Object
implements ContextFactoryBuilder

Decorates the logical model with entry point context configuration builders

Version:
$Rev: 385747 $ $Date: 2006-03-13 22:12:53 -0800 (Mon, 13 Mar 2006) $

Constructor Summary
SystemEntryPointBuilder()
           
 
Method Summary
 void build(AssemblyObject modelObject)
          Creates or updates a context factory based on configuration contained in the given model object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEntryPointBuilder

public SystemEntryPointBuilder()
Method Detail

build

public void build(AssemblyObject modelObject)
           throws BuilderException
Description copied from interface: ContextFactoryBuilder
Creates or updates a context factory based on configuration contained in the given model object. The model object is decorated with the factory.

Specified by:
build in interface ContextFactoryBuilder
Parameters:
modelObject - the logical configuration model node
Throws:
BuilderException

Tuscany Core

-