jBPM distribution 6.0.0.Final

org.jbpm.process.workitem.webservice
Class WebServiceWorkItemHandler

java.lang.Object
  extended by org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler
      extended by org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler
All Implemented Interfaces:
WorkItemHandler

public class WebServiceWorkItemHandler
extends AbstractLogOrThrowWorkItemHandler


Field Summary
static String WSDL_IMPORT_TYPE
           
 
Fields inherited from class org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler
logThrownException
 
Constructor Summary
WebServiceWorkItemHandler(KieSession ksession)
           
WebServiceWorkItemHandler(KieSession ksession, ClassLoader classloader)
           
WebServiceWorkItemHandler(KieSession ksession, int timeout)
           
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be executed.
 ClassLoader getClassLoader()
           
protected  org.apache.cxf.endpoint.Client getWSClient(WorkItem workItem, String interfaceRef)
           
 void setClassLoader(ClassLoader classLoader)
           
 
Methods inherited from class org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler
handleException, handleException, setLogThrownException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_IMPORT_TYPE

public static final String WSDL_IMPORT_TYPE
See Also:
Constant Field Values
Constructor Detail

WebServiceWorkItemHandler

public WebServiceWorkItemHandler(KieSession ksession)

WebServiceWorkItemHandler

public WebServiceWorkItemHandler(KieSession ksession,
                                 ClassLoader classloader)

WebServiceWorkItemHandler

public WebServiceWorkItemHandler(KieSession ksession,
                                 int timeout)
Method Detail

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be executed.

Parameters:
workItem - the work item that should be executed
manager - the manager that requested the work item to be executed

getWSClient

protected org.apache.cxf.endpoint.Client getWSClient(WorkItem workItem,
                                                     String interfaceRef)

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be aborted.

Parameters:
workItem - the work item that should be aborted
manager - the manager that requested the work item to be aborted

getClassLoader

public ClassLoader getClassLoader()

setClassLoader

public void setClassLoader(ClassLoader classLoader)

jBPM distribution 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.