public class Invoke extends Object implements NamespacePrefixesHolder, PathResolverHolder, Serializable
Constructor and Description |
---|
Invoke()
Default no-args constructor for Digester.
|
Modifier and Type | Method and Description |
---|---|
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
Param s. |
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.
|
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 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 PathResolverHolder
public void setPathResolver(PathResolver pathResolver)
PathResolver
.setPathResolver
in interface PathResolverHolder
pathResolver
- The pathResolver to set.public final Map getNamespaces()
getNamespaces
in interface NamespacePrefixesHolder
public final void setNamespaces(Map namespaces)
setNamespaces
in interface NamespacePrefixesHolder
namespaces
- The document namespaces.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.