public class V1OutputsModel extends org.switchyard.config.model.BaseModel implements OutputsModel
OUTPUTS| Constructor and Description |
|---|
V1OutputsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new V1OutputsModel with the specified configuration and descriptor.
|
V1OutputsModel(String namespace)
Creates a new V1OutputsModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
OutputsModel |
addOutput(OutputModel output)
Adds a child output model.
|
List<OutputModel> |
getOutputs()
Gets the child output 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 V1OutputsModel(String namespace)
namespace - the specified namespacepublic V1OutputsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic List<OutputModel> getOutputs()
getOutputs in interface OutputsModelpublic OutputsModel addOutput(OutputModel output)
addOutput in interface OutputsModeloutput - the child output modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.