bexee.model.activity
Interface Throw

All Superinterfaces:
Activity, AttributeNames, BPELElement
All Known Implementing Classes:
ThrowImpl

public interface Throw
extends Activity

This throw activity will throw a fault when called.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:11 $
Author:
Patric Fornasier, Pawel Kowalski

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
 
Method Summary
 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 interface bexee.model.activity.Activity
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets
 
Methods inherited from interface bexee.model.BPELElement
accept, accept
 

Method Detail

setFaultName

public void setFaultName(org.apache.xml.utils.QName faultName)
Set the fault name of the fault to be thrown.

Parameters:
faultName - a QName value

getFaultName

public org.apache.xml.utils.QName getFaultName()
Get the fault name of the fault to be thrown.

Returns:
a QName value

setFaultVariable

public void setFaultVariable(Variable variable)
Set the variable of the fault to be thrown.

Parameters:
variable - a Variable value

getFaultVariable

public Variable getFaultVariable()
Get the variable of the fault to be thrown.

Returns:
a Variable value


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.