org.apache.ode.bpel.rtrep.v1
Class OInvoke
java.lang.Object
org.apache.ode.bpel.rtrep.v1.OBase
org.apache.ode.bpel.rtrep.v1.OAgent
org.apache.ode.bpel.rtrep.v1.OActivity
org.apache.ode.bpel.rtrep.v1.OInvoke
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel
public class OInvoke
- extends OActivity
Compiled rerpresentation of the BPEL <invoke>
activity.
- See Also:
- Serialized Form
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase |
debugInfo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
partnerLink
public OPartnerLink partnerLink
inputVar
public OScope.Variable inputVar
outputVar
public OScope.Variable outputVar
operation
public javax.wsdl.Operation operation
initCorrelationsInput
public final java.util.List<OScope.CorrelationSet> initCorrelationsInput
- Correlation sets initialized on the input message.
initCorrelationsOutput
public final java.util.List<OScope.CorrelationSet> initCorrelationsOutput
- Correlation sets initialized on the input message.
assertCorrelationsInput
public final java.util.List<OScope.CorrelationSet> assertCorrelationsInput
- Correlation sets asserted on input.
assertCorrelationsOutput
public final java.util.List<OScope.CorrelationSet> assertCorrelationsOutput
- Correlation sets asserted on output.
OInvoke
public OInvoke(OProcess owner,
OActivity parent)