com.bea.wli.worklist.api.taskplan.validator
Class TaskPlanValidatorFactory

java.lang.Object
  extended by com.bea.wli.worklist.api.taskplan.validator.TaskPlanValidatorFactory

public class TaskPlanValidatorFactory
extends Object

BEA Systems, Inc.


Constructor Summary
TaskPlanValidatorFactory()
           
 
Method Summary
static TaskPlanValidator getTaskPlanValidator(List initProps)
          Create a new instance of TaskPlanValidator using the given list of properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskPlanValidatorFactory

public TaskPlanValidatorFactory()
Method Detail

getTaskPlanValidator

public static TaskPlanValidator getTaskPlanValidator(List initProps)
                                              throws ManagementException
Create a new instance of TaskPlanValidator using the given list of properties. These properties are (in the order they are expected).
  1. The TaskPlan instance being validated
  2. An IntegrationRuleRegistry for rule bindings
  3. A ClassLoader for loading custom classes for user properties
  4. A message bundle (Properties object) containing validation message text. If null, a default bundle is used.

Parameters:
initProps -
Returns:
Throws:
ManagementException