public interface ListenerModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
LISTENER
The listener XML element.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the Listener class.
|
ListenerModel |
setClazz(Class<?> clazz)
Sets the Listener class.
|
static final String LISTENER
Class<?> getClazz(ClassLoader loader)
loader - the ClassLoader to useListenerModel setClazz(Class<?> clazz)
clazz - the Listener classCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.