Uses of Interface
org.apache.servicemix.beanflow.support.Interpreter

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
 



Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.