|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.activity.impl.AbstractActivity bexee.model.activity.impl.ThrowImpl
Default implementation of the Throw
activity.
Field Summary |
Fields inherited from interface bexee.model.activity.Activity |
DEFAULT_SUPPRESS_JOIN_FAILURE |
Fields inherited from interface bexee.model.AttributeNames |
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS |
Constructor Summary | |
ThrowImpl()
|
|
ThrowImpl(StandardAttributes standardAttributes)
|
Method Summary | |
void |
accept(BPELElementVisitor elementVisitor)
Accept a BPELElementVisitor which will visit this BPEL element. |
void |
accept(ProcessController controller,
ProcessInstance instance)
Accept a ProcessController and a ProcessInstance. |
org.apache.xml.utils.QName |
getFaultName()
Get the fault name of the fault to be thrown. |
Variable |
getFaultVariable()
Get the variable of the fault to be thrown. |
void |
setFaultName(org.apache.xml.utils.QName faultName)
Set the fault name of the fault to be thrown. |
void |
setFaultVariable(Variable variable)
Set the variable of the fault to be thrown. |
Methods inherited from class bexee.model.activity.impl.AbstractActivity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, getValidValueOrDefault, getValidValueOrDefault, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
Constructor Detail |
public ThrowImpl()
public ThrowImpl(StandardAttributes standardAttributes)
Method Detail |
public void setFaultName(org.apache.xml.utils.QName faultName)
Throw
setFaultName
in interface Throw
faultName
- a QName
valuepublic org.apache.xml.utils.QName getFaultName()
Throw
getFaultName
in interface Throw
QName
valuepublic void setFaultVariable(Variable variable)
Throw
setFaultVariable
in interface Throw
variable
- a Variable
valuepublic Variable getFaultVariable()
Throw
getFaultVariable
in interface Throw
Variable
valuepublic void accept(ProcessController controller, ProcessInstance instance) throws java.lang.Exception
BPELElement
accept
in interface BPELElement
controller
- instance
-
java.lang.Exception
public void accept(BPELElementVisitor elementVisitor)
BPELElement
accept
in interface BPELElement
elementVisitor
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |