org.apache.ode.bpel.compiler
Class ForEachGenerator
java.lang.Object
org.apache.ode.bpel.compiler.ForEachGenerator
- All Implemented Interfaces:
- ActivityGenerator
public class ForEachGenerator
- extends java.lang.Object
Generates code for <forEach>
activities.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected CompilerContext _context
ForEachGenerator
public ForEachGenerator()
newInstance
public org.apache.ode.bpel.o.OActivity newInstance(Activity src)
compile
public void compile(org.apache.ode.bpel.o.OActivity output,
Activity src)
- Description copied from interface:
ActivityGenerator
- Generate compiled representation for the given activity definition.
src
- activity definition
setContext
public void setContext(CompilerContext context)
- Specified by:
setContext
in interface ActivityGenerator