| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.model.Invoke
public class Invoke
The class in this SCXML object model that corresponds to the <invoke> SCXML element.
| Constructor Summary | |
|---|---|
Invoke()
Default no-args constructor for Digester.  | 
|
| Method Summary | |
|---|---|
 void | 
addParam(Param param)
Add this param to this invoke.  | 
 Finalize | 
getFinalize()
Get the Finalize for this Invoke.  | 
 Map | 
getNamespaces()
Get the XML namespaces at this action node in the SCXML document.  | 
 Map | 
getParams()
Deprecated. Remove in v1.0, use params() instead  | 
 PathResolver | 
getPathResolver()
Get the PathResolver. | 
 String | 
getSrc()
Get the URL for the external service.  | 
 String | 
getSrcexpr()
Get the expression that evaluates to the source URL for the external service.  | 
 String | 
getTargettype()
Get the target type for this <invoke> element.  | 
 List | 
params()
Get the list of Params. | 
 void | 
setFinalize(Finalize finalize)
Set the Finalize for this Invoke.  | 
 void | 
setNamespaces(Map namespaces)
Set the XML namespaces at this action node in the SCXML document.  | 
 void | 
setPathResolver(PathResolver pathResolver)
Set the PathResolver. | 
 void | 
setSrc(String src)
Set the URL for the external service.  | 
 void | 
setSrcexpr(String srcexpr)
Set the expression that evaluates to the source URL for the external service.  | 
 void | 
setTargettype(String targettype)
Set the target type for this <invoke> element.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Invoke()
| Method Detail | 
|---|
public final String getTargettype()
public final void setTargettype(String targettype)
targettype - The targettype to set.public final String getSrc()
public final void setSrc(String src)
src - The source URL.public final String getSrcexpr()
public final void setSrcexpr(String srcexpr)
srcexpr - The source expression.public final Map getParams()
public final List params()
Params.
public final void addParam(Param param)
param - The invoke parameter.public final Finalize getFinalize()
public final void setFinalize(Finalize finalize)
finalize - The Finalize for this Invoke.public PathResolver getPathResolver()
PathResolver.
getPathResolver in interface PathResolverHolderpublic void setPathResolver(PathResolver pathResolver)
PathResolver.
setPathResolver in interface PathResolverHolderpathResolver - The pathResolver to set.public final Map getNamespaces()
getNamespaces in interface NamespacePrefixesHolderpublic final void setNamespaces(Map namespaces)
setNamespaces in interface NamespacePrefixesHoldernamespaces - The document namespaces.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||