public class V1ChannelModel extends org.switchyard.config.model.BaseNamedModel implements ChannelModel
CHANNEL| Constructor and Description |
|---|
V1ChannelModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new ChannelModel with the specified configuration and descriptor.
|
V1ChannelModel(String namespace)
Creates a new ChannelModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the Channel class.
|
String |
getOperation()
Gets the operation attribute.
|
String |
getReference()
Gets the reference attribute.
|
ChannelModel |
setClazz(Class<?> clazz)
Sets the Channel class.
|
ChannelModel |
setOperation(String operation)
Sets the operation attribute.
|
ChannelModel |
setReference(String reference)
Sets the reference attribute.
|
getName, getQName, getTargetNamespace, getTargetNamespaceURI, setNameaddChildModel, 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, waitpublic V1ChannelModel(String namespace)
namespace - the namespacepublic V1ChannelModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic Class<?> getClazz(ClassLoader loader)
getClazz in interface ChannelModelloader - the ClassLoader to usepublic ChannelModel setClazz(Class<?> clazz)
setClazz in interface ChannelModelclazz - the Channel classpublic String getOperation()
getOperation in interface ChannelModelpublic ChannelModel setOperation(String operation)
setOperation in interface ChannelModeloperation - the operation attributepublic String getReference()
getReference in interface ChannelModelpublic ChannelModel setReference(String reference)
setReference in interface ChannelModelreference - the reference attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.