org.apache.ode.bpel.rtrep.v1
Class OReply
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.OReply
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel
public class OReply
- extends OActivity
Compiled representation of the BPEL <reply>
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 |
isFaultReply
public boolean isFaultReply
- Is this a Fault reply?
fault
public javax.xml.namespace.QName fault
- The type of the fault (if isFaultReply).
partnerLink
public OPartnerLink partnerLink
operation
public javax.wsdl.Operation operation
variable
public OScope.Variable variable
initCorrelations
public final java.util.List<OScope.CorrelationSet> initCorrelations
- Correlation sets initialized.
assertCorrelations
public final java.util.List<OScope.CorrelationSet> assertCorrelations
- Correlation sets asserted.
messageExchangeId
public java.lang.String messageExchangeId
- OASIS modification - Message Exchange Id.
OReply
public OReply(OProcess owner,
OActivity parent)