wt.adapter
Interface WebjectDelegate

All Known Implementing Classes:
BasicWebjectDelegate

public interface WebjectDelegate

Defines the interface for all webject class processors.

Supported API: false

Extendable: false


Method Summary
 Task invoke(Task task, Properties props, com.infoengine.log.ServiceWriter log)
          Every concrete WebjectDelegate must implement this method.
 

Method Detail

invoke

public Task invoke(Task task,
                   Properties props,
                   com.infoengine.log.ServiceWriter log)
            throws WebjectServiceException,
                   WTException
Every concrete WebjectDelegate must implement this method. The delegate should extract the incoming request from the Task object, perform the requested command, and then return the output group in the returned Task object.

Supported API: false

Parameters:
task -
props -
log -
Returns:
Task
Throws:
WebjectServiceException
WTException