org.ow2.orchestra.facade.def
Interface CatchDefinition

All Superinterfaces:
ActivityDefinition, BaseCatchDefinition<CatchDefinition>, BaseFCTDefinition, DefinitionRecord, Record, java.io.Serializable

public interface CatchDefinition
extends BaseCatchDefinition<CatchDefinition>

Author:
S. Ali Tokmen

Method Summary
 javax.xml.namespace.QName getFaultElement()
           
 javax.xml.namespace.QName getFaultMessageType()
           
 javax.xml.namespace.QName getFaultName()
           
 java.lang.String getFaultVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.BaseFCTDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getFaultName

javax.xml.namespace.QName getFaultName()
Returns:
The faultName element of the catch definition

getFaultVariable

java.lang.String getFaultVariable()
Returns:
The faultVariable element of the catch definition

getFaultMessageType

javax.xml.namespace.QName getFaultMessageType()
Returns:
The faultMessageType element of the catch definition (optional)

getFaultElement

javax.xml.namespace.QName getFaultElement()
Returns:
The faultElement element of the catch definition (optional)


Copyright © 2009 OW2 Consortium. All Rights Reserved.