org.smartcomps.twister.engine.priv.core.definition
Interface Reply
- All Superinterfaces:
- Activity, BasicActivity
- All Known Implementing Classes:
- ReplyImpl
- public interface Reply
- extends BasicActivity
The Reply activity allows the business process to send a message in
reply to a message that was received through a Receive. The combination
of a receive and a reply forms a request-response operation on the WSDL
portType for the process.
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity |
execute |
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity |
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks |
getPartner
public java.lang.String getPartner()
setPartner
public void setPartner(java.lang.String partner)
getPortType
public java.lang.String getPortType()
setPortType
public void setPortType(java.lang.String portType)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getVariable
public java.lang.String getVariable()
setVariable
public void setVariable(java.lang.String variable)
getFaultName
public java.lang.String getFaultName()
setFaultName
public void setFaultName(java.lang.String faultName)
getCorrelations
public java.util.Collection getCorrelations()
setCorrelations
public void setCorrelations(java.util.Collection correlations)
Copyright © 2003 SmartComps. All Rights Reserved.