org.jbpm.instantiation
Interface ProcessClassLoaderFactory
- All Known Implementing Classes:
- DefaultProcessClassLoaderFactory
public interface ProcessClassLoaderFactory
Factory to retrieve the ProcessClassLoader which is then used
to load delegation classes used by the process.
Default is the build in ProcessClassLoader, which
tries to load the classes from the jbpm database first.
Can be configured by setting the property 'jbpm.processClassLoader'
in the jbpm.cfg.xml to the class name of the custom class loader.
- Author:
- bernd.ruecker@camunda.com
getProcessClassLoader
java.lang.ClassLoader getProcessClassLoader(ProcessDefinition processDefinition)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.