|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAgent
org.apache.ode.bpel.o.OActivity
org.apache.ode.bpel.o.OInvoke
public class OInvoke
Compiled rerpresentation of the BPEL <invoke>
activity.
Field Summary | |
---|---|
java.util.List<OScope.CorrelationSet> |
assertCorrelationsInput
Correlation sets asserted on input. |
java.util.List<OScope.CorrelationSet> |
assertCorrelationsOutput
Correlation sets asserted on output. |
java.util.List<OScope.CorrelationSet> |
initCorrelationsInput
Correlation sets initialized on the input message. |
java.util.List<OScope.CorrelationSet> |
initCorrelationsOutput
Correlation sets initialized on the output message. |
OScope.Variable |
inputVar
|
java.util.List<OScope.CorrelationSet> |
joinCorrelationsInput
Correlation sets joined on input. |
java.util.List<OScope.CorrelationSet> |
joinCorrelationsOutput
Correlation sets joined on output. |
javax.wsdl.Operation |
operation
|
OScope.Variable |
outputVar
|
OPartnerLink |
partnerLink
|
Fields inherited from class org.apache.ode.bpel.o.OActivity |
---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
Fields inherited from class org.apache.ode.bpel.o.OAgent |
---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
Fields inherited from class org.apache.ode.bpel.o.OBase |
---|
debugInfo |
Constructor Summary | |
---|---|
OInvoke(OProcess owner,
OActivity parent)
|
Method Summary |
---|
Methods inherited from class org.apache.ode.bpel.o.OActivity |
---|
getFailureHandling, getParent, getType, setFailureHandling, toString |
Methods inherited from class org.apache.ode.bpel.o.OBase |
---|
dehydrate, equals, getId, getOwner, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public OPartnerLink partnerLink
public OScope.Variable inputVar
public OScope.Variable outputVar
public javax.wsdl.Operation operation
public final java.util.List<OScope.CorrelationSet> initCorrelationsInput
public final java.util.List<OScope.CorrelationSet> initCorrelationsOutput
public final java.util.List<OScope.CorrelationSet> assertCorrelationsInput
public final java.util.List<OScope.CorrelationSet> assertCorrelationsOutput
public final java.util.List<OScope.CorrelationSet> joinCorrelationsInput
public final java.util.List<OScope.CorrelationSet> joinCorrelationsOutput
Constructor Detail |
---|
public OInvoke(OProcess owner, OActivity parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |