org.apache.ode.bpel.compiler.bom
Class FaultHandler

java.lang.Object
  extended by org.apache.ode.bpel.compiler.SourceLocation
      extended by org.apache.ode.bpel.compiler.bom.BpelObject
          extended by org.apache.ode.bpel.compiler.bom.FaultHandler

public class FaultHandler
extends BpelObject

BOM representation of a BPEL fault handler, i.e. a collection of catch blocks.


Field Summary
 
Fields inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
ATTR_LINENO
 
Constructor Summary
FaultHandler(org.w3c.dom.Element el)
           
 
Method Summary
 java.util.List<Catch> getCatches()
          Gets the Catch blocks for this fault handler.
 
Methods inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FaultHandler

public FaultHandler(org.w3c.dom.Element el)
Method Detail

getCatches

public java.util.List<Catch> getCatches()
Gets the Catch blocks for this fault handler.

Returns:
array of Catch blocks