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