org.apache.tuscany.core.system.builder
Class SystemExternalServiceBuilder
java.lang.Object
org.apache.tuscany.core.system.builder.SystemExternalServiceBuilder
- All Implemented Interfaces:
- ContextFactoryBuilder
public class SystemExternalServiceBuilder
- extends Object
- implements ContextFactoryBuilder
Creates runtime configurations for system type external services
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
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 |
SystemExternalServiceBuilder
public SystemExternalServiceBuilder()
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
-