|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.compiler.BpelCompilerFactory
public class BpelCompilerFactory
| Field Summary | |
|---|---|
static int |
forceVersion
|
| Constructor Summary | |
|---|---|
BpelCompilerFactory()
|
|
| Method Summary | |
|---|---|
static BpelCompiler |
latestCompiler(BpelCompiler.Version bpelVersion)
Creates a new compiler for the latest version of the internal BPEL model and the provided version of the BPEL specification. |
static BpelCompiler |
versionCompiler(BpelCompiler.Version bpelVersion,
int version)
Creates a new compiler for the provided version of the internal BPEL model and the provided version of the BPEL specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int forceVersion
| Constructor Detail |
|---|
public BpelCompilerFactory()
| Method Detail |
|---|
public static BpelCompiler latestCompiler(BpelCompiler.Version bpelVersion)
throws java.lang.Exception
java.lang.Exception
public static BpelCompiler versionCompiler(BpelCompiler.Version bpelVersion,
int version)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||