bexee.model.activity
Interface Reply
- All Superinterfaces:
- Activity, AttributeNames, BPELElement
- All Known Implementing Classes:
- ReplyImpl
- public interface Reply
- extends Activity
Representation of a BPEL Reply activity.
- Version:
- $Revision: 1.1 $, $Date: 2004/12/15 14:18:11 $
- Author:
- Patric Fornasier, Pawel Kowalski
| 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 |
| Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
setPartnerLink
public void setPartnerLink(PartnerLink partnerLink)
- Set the
PartnerLink used for replying.
- Parameters:
partnerLink - a PartnerLink value
getPartnerLink
public PartnerLink getPartnerLink()
- Get the
PartnerLink used for replying.
- Returns:
- a
PartnerLink value
setPortType
public void setPortType(javax.xml.namespace.QName portType)
- Parameters:
portType - a QName value
getPortType
public javax.xml.namespace.QName getPortType()
- Returns:
- a
QName value
setOperation
public void setOperation(java.lang.String operation)
- Parameters:
operation - a String value
getOperation
public java.lang.String getOperation()
- Returns:
- a
String value
setVariable
public void setVariable(Variable variable)
- Parameters:
variable - a Variable value
getVariable
public Variable getVariable()
- Returns:
- a
Variable value
setFaultName
public void setFaultName(javax.xml.namespace.QName faultName)
- Parameters:
faultName - a QName value
getFaultName
public javax.xml.namespace.QName getFaultName()
- Returns:
- a
QName value
setCorrelations
public void setCorrelations(Correlations correlations)
- Parameters:
correlations - a Correlations value
getCorrelations
public Correlations getCorrelations()
- Returns:
- a
Correlations value
Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.