org.ow2.orchestra.facade.def.impl
Class CatchDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
org.ow2.orchestra.facade.def.impl.BaseCatchDefinitionImpl<CatchDefinition>
org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
- All Implemented Interfaces:
- Serializable, ActivityDefinition, BaseCatchDefinition<CatchDefinition>, BaseFCTDefinition, CatchDefinition, DefinitionRecord, Record
public class CatchDefinitionImpl
- extends BaseCatchDefinitionImpl<CatchDefinition>
- implements CatchDefinition
- Author:
- S. Ali Tokmen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
faultElement
protected QName faultElement
faultMessageType
protected QName faultMessageType
faultName
protected QName faultName
faultVariable
protected String faultVariable
CatchDefinitionImpl
public CatchDefinitionImpl(CatchDefinition catchDefinition)
getFaultElement
public QName getFaultElement()
- Specified by:
getFaultElement
in interface CatchDefinition
- Returns:
- The faultElement element of the catch definition (optional)
getFaultMessageType
public QName getFaultMessageType()
- Specified by:
getFaultMessageType
in interface CatchDefinition
- Returns:
- The faultMessageType element of the catch definition (optional)
getFaultName
public QName getFaultName()
- Specified by:
getFaultName
in interface CatchDefinition
- Returns:
- The faultName element of the catch definition
getFaultVariable
public String getFaultVariable()
- Specified by:
getFaultVariable
in interface CatchDefinition
- Returns:
- The faultVariable element of the catch definition
copy
public CatchDefinition copy()
getType
public ActivityType getType()
- Description copied from interface:
ActivityDefinition
- Get the type of the activity definition. Types are defined in
ActivityType.class.
- Specified by:
getType
in interface ActivityDefinition
- Returns:
- the type of the activity (corresponding to ActivityType.class)
Copyright © 2011 OW2 Consortium. All Rights Reserved.