org.apache.ode.bpel.rtrep.v1
Class OPickReceive.OnMessage

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OPickReceive.OnMessage
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OPickReceive

public static class OPickReceive.OnMessage
extends OBase

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 java.util.List<OScope.CorrelationSet> initCorrelations
          Correlations to initialize.
 OScope.CorrelationSet matchCorrelation
          Correlation set to match on.
 java.lang.String messageExchangeId
          OASIS addition for disambiguating receives (optional).
 javax.wsdl.Operation operation
           
 OPartnerLink partnerLink
           
 OScope.Variable variable
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OPickReceive.OnMessage(OProcess owner)
           
 
Method Summary
 java.lang.String getCorrelatorId()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

initCorrelations

public final java.util.List<OScope.CorrelationSet> initCorrelations
Correlations to initialize.


matchCorrelation

public OScope.CorrelationSet matchCorrelation
Correlation set to match on.


partnerLink

public OPartnerLink partnerLink

operation

public javax.wsdl.Operation operation

variable

public OScope.Variable variable

activity

public OActivity activity

messageExchangeId

public java.lang.String messageExchangeId
OASIS addition for disambiguating receives (optional).

Constructor Detail

OPickReceive.OnMessage

public OPickReceive.OnMessage(OProcess owner)
Method Detail

getCorrelatorId

public java.lang.String getCorrelatorId()