public class V1ChannelsModel extends org.switchyard.config.model.BaseModel implements ChannelsModel
CHANNELS| Constructor and Description |
|---|
V1ChannelsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new ChannelsModel with the specified configuration and descriptor.
|
V1ChannelsModel(String namespace)
Creates a new ChannelsModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsModel |
addChannel(ChannelModel channel)
Adds a child channel model.
|
List<ChannelModel> |
getChannels()
Gets the child channel 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 V1ChannelsModel(String namespace)
namespace - the specified namespacepublic V1ChannelsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic List<ChannelModel> getChannels()
getChannels in interface ChannelsModelpublic ChannelsModel addChannel(ChannelModel channel)
addChannel in interface ChannelsModelchannel - the child channel modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.