public class V1ListenerModel extends org.switchyard.config.model.BaseModel implements ListenerModel
LISTENER| Constructor and Description |
|---|
V1ListenerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new ListenerModel with the specified configuration and descriptor.
|
V1ListenerModel(String namespace)
Creates a new ListenerModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the Listener class.
|
ListenerModel |
setClazz(Class<?> clazz)
Sets the Listener class.
|
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 V1ListenerModel(String namespace)
namespace - the namespacepublic V1ListenerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic Class<?> getClazz(ClassLoader loader)
getClazz in interface ListenerModelloader - the ClassLoader to usepublic ListenerModel setClazz(Class<?> clazz)
setClazz in interface ListenerModelclazz - the Listener classCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.