public abstract class V1MappingModel extends org.switchyard.config.model.BaseModel implements MappingModel
| Constructor and Description |
|---|
V1MappingModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new V1MappingModel with the specified configuration and descriptor.
|
V1MappingModel(String namespace,
String localName)
Creates a new V1MappingModel in the specified namespace and localName.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Gets the from.
|
String |
getTo()
Gets the to.
|
MappingModel |
setFrom(String from)
Sets the from.
|
MappingModel |
setTo(String to)
Sets the to.
|
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 V1MappingModel(String namespace, String localName)
namespace - the specified namespacelocalName - the specified localNamepublic V1MappingModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic String getFrom()
getFrom in interface MappingModelpublic MappingModel setFrom(String from)
setFrom in interface MappingModelfrom - the frompublic String getTo()
getTo in interface MappingModelpublic MappingModel setTo(String to)
setTo in interface MappingModelto - the toCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.