Tuscany Core

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

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

public class SystemExternalServiceBuilder
extends java.lang.Object
implements ContextFactoryBuilder

Creates runtime configurations for system type external services

Version:
$Rev: 393677 $ $Date: 2006-04-12 21:03:55 -0400 (Wed, 12 Apr 2006) $

Constructor Summary
SystemExternalServiceBuilder()
           
 
Method Summary
 void build(org.apache.tuscany.model.assembly.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

SystemExternalServiceBuilder

public SystemExternalServiceBuilder()
Method Detail

build

public void build(org.apache.tuscany.model.assembly.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

-