|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpreter | |
---|---|
org.apache.servicemix.beanflow | The core APIs for writing Activities or Workflows using beans and POJOs |
org.apache.servicemix.beanflow.support | Various pluggable strategies such as for introspecting the state objects within a bean or performing different notification policies |
Uses of Interpreter in org.apache.servicemix.beanflow |
---|
Constructors in org.apache.servicemix.beanflow with parameters of type Interpreter | |
---|---|
Workflow(java.util.concurrent.Executor executor,
Interpreter interpreter,
State<T> step)
|
Uses of Interpreter in org.apache.servicemix.beanflow.support |
---|
Classes in org.apache.servicemix.beanflow.support that implement Interpreter | |
---|---|
class |
ReflectionInterpreter<T>
An interpreter strategy which detects step objects of types |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |