public class V2InputModel extends V1InputModel
INPUT| Constructor and Description |
|---|
V2InputModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new InputModel with the specified configuration and descriptor.
|
V2InputModel(String namespace)
Creates a new InputModel in the specified namespace and localName.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput()
Gets the output.
|
InputModel |
setOutput(String output)
Sets the output.
|
getFrom, getTo, setFrom, setToaddChildModel, 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, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFrom, getTo, setFrom, setTopublic V2InputModel(String namespace)
namespace - the specified namespacepublic V2InputModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic String getOutput()
getOutput in interface InputModelgetOutput in class V1InputModelpublic InputModel setOutput(String output)
setOutput in interface InputModelsetOutput in class V1InputModeloutput - the outputCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.