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