public interface OutputsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
OUTPUTS
The "outputs" name.
|
| Modifier and Type | Method and Description |
|---|---|
OutputsModel |
addOutput(OutputModel output)
Adds a child output model.
|
List<OutputModel> |
getOutputs()
Gets the child output models.
|
static final String OUTPUTS
List<OutputModel> getOutputs()
OutputsModel addOutput(OutputModel output)
output - the child output modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.