commonj.connector.metadata.description
Interface FaultDataDescription

All Superinterfaces:
DataDescription

public interface FaultDataDescription
extends DataDescription

Since:
1.1 The data element defining the fault information. The Fault data description adds the fault name to the DataDescription element to allow distinguishing between multiple faults of the same operation. The fault name must be unique in the scope of the operation.

Method Summary
 String getFaultName()
           
 
Methods inherited from interface commonj.connector.metadata.description.DataDescription
getBindingConfigurationName, getComment, getDataBindingGeneratorClassName, getDataFiles, getGenericDataBindingClassName, getName, getSchemaDefinitions
 

Method Detail

getFaultName

String getFaultName()
Returns:
The name of the Fault, must not be null.