com.infoengine.procunit.webject
Class WebjectProcessor

java.lang.Object
  extended bycom.infoengine.procunit.webject.WebjectProcessor

public class WebjectProcessor
extends Object


Field Summary
private static String RESOURCE
           
private  IeProcessor taskProc
           
private static Class taskProcClass
           
private static Hashtable webjectClassCache
           
 
Constructor Summary
WebjectProcessor()
           
 
Method Summary
 Task invokeWebject(Webject webject, Task task)
           
 IeRequest processTask(Task task)
           
 IeRequest routeWebject(Webject webject, Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

taskProc

private IeProcessor taskProc

taskProcClass

private static Class taskProcClass

webjectClassCache

private static Hashtable webjectClassCache
Constructor Detail

WebjectProcessor

public WebjectProcessor()
                 throws IEException
Method Detail

processTask

public IeRequest processTask(Task task)
                      throws IEException
Throws:
IEException

routeWebject

public IeRequest routeWebject(Webject webject,
                              Task task)
                       throws IEException
Throws:
IEException

invokeWebject

public Task invokeWebject(Webject webject,
                          Task task)
                   throws IEException
Throws:
IEException