public class OReply extends OActivity
<reply>
activity.Modifier and Type | Field and Description |
---|---|
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 |
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
incomingLinks, nested, outgoingLinks, variableRd, variableWr
Constructor and Description |
---|
OReply(OProcess owner,
OActivity parent) |
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