org.apache.ode.bpel.evt
Class CorrelationEvent
java.lang.Object
org.apache.ode.bpel.evt.BpelEvent
org.apache.ode.bpel.evt.ProcessEvent
org.apache.ode.bpel.evt.CorrelationEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CorrelationNoMatchEvent
public class CorrelationEvent
- extends ProcessEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CorrelationEvent
public CorrelationEvent()
CorrelationEvent
public CorrelationEvent(javax.xml.namespace.QName portType,
java.lang.String operation,
java.lang.String mexId)
getPortType
public javax.xml.namespace.QName getPortType()
- Message exchange port type
getOperation
public java.lang.String getOperation()
- Message exchange operation
getMessageExchangeId
public java.lang.String getMessageExchangeId()
- Message exchange id
setMexId
public void setMexId(java.lang.String mexId)
setOperation
public void setOperation(java.lang.String operation)
setPortType
public void setPortType(javax.xml.namespace.QName portType)
getType
public BpelEvent.TYPE getType()
- Specified by:
getType
in class BpelEvent