Advanced Customization > Info*Engine User’s Guide > Server Access Kit > About the Server Access Kit
  
About the Server Access Kit
The Info*Engine Server Access Kit (SAK) allows Java applications to execute Info*Engine tasks, pass parameters to them, and inspect their results. Tasks are instantiated as Java classes. After constructing a task instance, methods on the task object can be called to add parameters and establish execution options before the task is invoked. After adding parameters and establishing options, the invoke method for the task can be called to execute the task. When the task completes, methods on the task object can be called to obtain the group objects it produced.
Documentation for the Info*Engine APIs that are available through the SAK can be found in the Javadoc files that reside in the codebase/infoengine/docs/apidocs directory where Info*Engine is installed.