public class V1FaultsModel extends org.switchyard.config.model.BaseModel implements FaultsModel
FAULTS| Constructor and Description |
|---|
V1FaultsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new V1FaultsModel with the specified configuration and descriptor.
|
V1FaultsModel(String namespace)
Creates a new V1FaultsModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
FaultsModel |
addFault(FaultModel fault)
Adds a child fault model.
|
List<FaultModel> |
getFaults()
Gets the child fault models.
|
addChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writepublic V1FaultsModel(String namespace)
namespace - the specified namespacepublic V1FaultsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic List<FaultModel> getFaults()
getFaults in interface FaultsModelpublic FaultsModel addFault(FaultModel fault)
addFault in interface FaultsModelfault - the child fault modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.