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

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.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.v2.OBase
debugInfo
 
Constructor Summary
OFaultHandler(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.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)