org.apache.ode.bpel.compiler.bom
Class Catch
java.lang.Object
org.apache.ode.bpel.compiler.SourceLocation
org.apache.ode.bpel.compiler.bom.BpelObject
org.apache.ode.bpel.compiler.bom.JoinFailureSuppressor
org.apache.ode.bpel.compiler.bom.Scope
org.apache.ode.bpel.compiler.bom.Catch
public class Catch
- extends Scope
Representation of a BPEL fault handler catch block.
Constructor Summary |
Catch(org.w3c.dom.Element el)
|
Methods inherited from class org.apache.ode.bpel.compiler.bom.Scope |
getAlarms, getAtomicScope, getCompensationHandler, getCorrelationSetDecl, getCorrelationSetDecls, getEvents, getFaultHandler, getIsolatedScope, getPartnerLink, getPartnerLinks, getTerminationHandler, getVariableDecl, getVariables, isVariableAccessSerialized |
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 |
Catch
public Catch(org.w3c.dom.Element el)
getActivity
public Activity getActivity()
- Get the activity for this catch block. This is the activity that is
activated if this catch block is enabled.
- Returns:
- catch activity fault handling activity
getFaultName
public javax.xml.namespace.QName getFaultName()
- Get the name of the fault. May be
null
.
- Returns:
- fault name or
null
getFaultVariable
public java.lang.String getFaultVariable()
- Get the fault variable. May be
null
- Returns:
- name of the fault variable
getFaultVariableMessageType
public javax.xml.namespace.QName getFaultVariableMessageType()
- Get the fault variable type. The fault variable type must be specified in
BPEL 2.0 if the fault variable is set.
- Returns:
- fault variable type or
null
if none specified.
getFaultVariableElementType
public javax.xml.namespace.QName getFaultVariableElementType()
- Get the fault variable type. The fault variable type must be specified in
BPEL 2.0 if the fault variable is set.
- Returns:
- fault variable type or
null
if none specified.