|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.compiler.SwitchGenerator
public class SwitchGenerator
Generator for legacy BPEL 1.1 <switch> actiivty.
| Field Summary | |
|---|---|
protected CompilerContext |
_context
|
| Constructor Summary | |
|---|---|
SwitchGenerator()
|
|
| Method Summary | |
|---|---|
void |
compile(org.apache.ode.bpel.o.OActivity output,
Activity src)
Generate compiled representation for the given activity definition. |
org.apache.ode.bpel.o.OActivity |
newInstance(Activity src)
|
void |
setContext(CompilerContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CompilerContext _context
| Constructor Detail |
|---|
public SwitchGenerator()
| Method Detail |
|---|
public org.apache.ode.bpel.o.OActivity newInstance(Activity src)
public void compile(org.apache.ode.bpel.o.OActivity output,
Activity src)
ActivityGenerator
src - activity definitionpublic void setContext(CompilerContext context)
setContext in interface ActivityGenerator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||