|
|||||||||
| 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.OReply
public class OReply
Compiled representation of the BPEL <reply> activity.
| Field Summary | |
|---|---|
java.util.List<OScope.CorrelationSet> |
assertCorrelations
Correlation sets asserted. |
javax.xml.namespace.QName |
fault
The type of the fault (if isFaultReply). |
java.util.List<OScope.CorrelationSet> |
initCorrelations
Correlation sets initialized. |
boolean |
isFaultReply
Is this a Fault reply? |
java.util.List<OScope.CorrelationSet> |
joinCorrelations
Correlation sets joined. |
java.lang.String |
messageExchangeId
OASIS modification - Message Exchange Id. |
javax.wsdl.Operation |
operation
|
OPartnerLink |
partnerLink
|
OScope.Variable |
variable
|
| 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 | |
|---|---|
OReply(OProcess owner,
OActivity parent)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.ode.bpel.o.OActivity |
|---|
digest, 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 boolean isFaultReply
public javax.xml.namespace.QName fault
public OPartnerLink partnerLink
public javax.wsdl.Operation operation
public OScope.Variable variable
public final java.util.List<OScope.CorrelationSet> initCorrelations
public final java.util.List<OScope.CorrelationSet> assertCorrelations
public final java.util.List<OScope.CorrelationSet> joinCorrelations
public java.lang.String messageExchangeId
| Constructor Detail |
|---|
public OReply(OProcess owner,
OActivity parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||