| Package | Description | 
|---|---|
| org.apache.commons.scxml2 | 
 The Commons SCXML executor and core concepts. 
 | 
| org.apache.commons.scxml2.invoke | 
 A collection of classes related to the SCXML <invoke>
     element and its children, dealing with the invocation of
     activities associated with a particular state in the state machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Invoker | 
SCXMLExecutionContext.getInvoker(Invoke invoke)
 | 
Invoker | 
SCXMLExecutionContext.newInvoker(String type)
Create a new  
Invoker | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SCXMLExecutionContext.registerInvoker(Invoke invoke,
                              Invoker invoker)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SCXMLExecutor.registerInvokerClass(String type,
                                        Class<? extends Invoker> invokerClass)
Register an Invoker for this target type. 
 | 
protected void | 
SCXMLExecutionContext.registerInvokerClass(String type,
                                        Class<? extends Invoker> invokerClass)
Register an Invoker for this target type. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleSCXMLInvoker
A simple  
Invoker for SCXML documents. | 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.