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
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.