|
||||||||||
| 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. |
java.util.Map |
getNamespaces()
Get the XML namespaces at this action node in the SCXML document. |
java.util.Map |
getParams()
Deprecated. Remove in v1.0, use params() instead |
PathResolver |
getPathResolver()
Get the PathResolver. |
java.lang.String |
getSrc()
Get the URL for the external service. |
java.lang.String |
getSrcexpr()
Get the expression that evaluates to the source URL for the external service. |
java.lang.String |
getTargettype()
Get the target type for this <invoke> element. |
java.util.List |
params()
Get the list of Params. |
void |
setFinalize(Finalize finalize)
Set the Finalize for this Invoke. |
void |
setNamespaces(java.util.Map namespaces)
Set the XML namespaces at this action node in the SCXML document. |
void |
setPathResolver(PathResolver pathResolver)
Set the PathResolver. |
void |
setSrc(java.lang.String src)
Set the URL for the external service. |
void |
setSrcexpr(java.lang.String srcexpr)
Set the expression that evaluates to the source URL for the external service. |
void |
setTargettype(java.lang.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 java.lang.String getTargettype()
public final void setTargettype(java.lang.String targettype)
targettype - The targettype to set.public final java.lang.String getSrc()
public final void setSrc(java.lang.String src)
src - The source URL.public final java.lang.String getSrcexpr()
public final void setSrcexpr(java.lang.String srcexpr)
srcexpr - The source expression.public final java.util.Map getParams()
public final java.util.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 java.util.Map getNamespaces()
getNamespaces in interface NamespacePrefixesHolderpublic final void setNamespaces(java.util.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 | |||||||||