org.jbpm.process.workitem.bpmn2
Class ServiceTaskHandler
java.lang.Object
org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler
org.jbpm.process.workitem.bpmn2.ServiceTaskHandler
- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler, org.kie.internal.runtime.Cacheable
public class ServiceTaskHandler
- extends AbstractLogOrThrowWorkItemHandler
- implements org.kie.internal.runtime.Cacheable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDL_IMPORT_TYPE
public static final String WSDL_IMPORT_TYPE
- See Also:
- Constant Field Values
ServiceTaskHandler
public ServiceTaskHandler()
ServiceTaskHandler
public ServiceTaskHandler(org.kie.api.runtime.KieSession ksession)
ServiceTaskHandler
public ServiceTaskHandler(org.kie.api.runtime.KieSession ksession,
ClassLoader classloader)
ServiceTaskHandler
public ServiceTaskHandler(org.kie.api.runtime.KieSession ksession,
int timeout)
executeWorkItem
public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
- Specified by:
executeWorkItem
in interface org.kie.api.runtime.process.WorkItemHandler
getWSClient
protected org.apache.cxf.endpoint.Client getWSClient(org.kie.api.runtime.process.WorkItem workItem,
String interfaceRef)
executeJavaWorkItem
public void executeJavaWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
abortWorkItem
public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
- Specified by:
abortWorkItem
in interface org.kie.api.runtime.process.WorkItemHandler
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
nonNull
protected String nonNull(String value)
close
public void close()
- Specified by:
close
in interface org.kie.internal.runtime.Cacheable
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.