org.ow2.orchestra.facade.def
Interface CatchDefinition

All Superinterfaces:
ActivityDefinition, BaseCatchDefinition<CatchDefinition>, BaseFCTDefinition, DefinitionRecord, Record, Serializable
All Known Implementing Classes:
CatchDefinitionImpl

public interface CatchDefinition
extends BaseCatchDefinition<CatchDefinition>

Author:
S. Ali Tokmen

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

Method Detail

getFaultName

QName getFaultName()
Returns:
The faultName element of the catch definition

getFaultVariable

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

getFaultMessageType

QName getFaultMessageType()
Returns:
The faultMessageType element of the catch definition (optional)

getFaultElement

QName getFaultElement()
Returns:
The faultElement element of the catch definition (optional)


Copyright © 2011 OW2 Consortium. All Rights Reserved.