org.apache.ode.bpel.rtrep.v1
Class OFaultHandler

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

public class OFaultHandler
extends OBase

Compiled representation of a BPEL fault handler.

See Also:
Serialized Form

Field Summary
 java.util.List<OCatch> catchBlocks
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OFaultHandler(OProcess owner)
           
 
Method Summary
 java.util.Collection<OLink> outgoinglinks()
           
 
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

catchBlocks

public final java.util.List<OCatch> catchBlocks
Constructor Detail

OFaultHandler

public OFaultHandler(OProcess owner)
Method Detail

outgoinglinks

public java.util.Collection<OLink> outgoinglinks()