wt.adapter
Interface WebjectService


public interface WebjectService

Defines the interface for all webject class processors.


Field Summary
static String VERBOSE
          Label for the attribute.
 
Method Summary
 Task invoke(Task task, Properties props, com.infoengine.log.ServiceWriter log)
           
 

Field Detail

VERBOSE

public static final String VERBOSE
Label for the attribute.

See Also:
Constant Field Values
Method Detail

invoke

public Task invoke(Task task,
                   Properties props,
                   com.infoengine.log.ServiceWriter log)
            throws WebjectServiceException,
                   WTException
Returns:
IeGroup
Throws:
WebjectServiceException
WTException