com.servingxml.components.service
Class RunService

java.lang.Object
  extended by com.servingxml.components.task.AbstractTask
      extended by com.servingxml.components.service.RunService
All Implemented Interfaces:
Stringable, Task

public class RunService
extends AbstractTask
implements Task

The RunService class implements the action of running a service.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY, EMPTY_ARRAY
 
Constructor Summary
RunService(NameSubstitutionExpr serviceIdResolver, StreamSourceFactory sourceFactory, StreamSinkFactory sinkFactory)
           
 
Method Summary
 void execute(ServiceContext context, Flow flow)
           
 
Methods inherited from class com.servingxml.components.task.AbstractTask
createString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.components.string.Stringable
createString
 

Constructor Detail

RunService

public RunService(NameSubstitutionExpr serviceIdResolver,
                  StreamSourceFactory sourceFactory,
                  StreamSinkFactory sinkFactory)
Method Detail

execute

public void execute(ServiceContext context,
                    Flow flow)
Specified by:
execute in interface Task