11.4 Creating Gateway Plug-In Java Class Files

Java classes for gateway plug-ins retrieve the parameters that were set in the user interface, as diplayed by the JSP file, then they save these parameters in eDirectory as printer agent object attribute values. The GatewayTemplate.java file included with the CompanyXYZ plug-in provides an excellent example of how to do this, and we recommend that you use this file as a starting point for creating your own gateway plug-ins. This file illustrates the following points concerning gateway plug-ins:

For further information about plug-in Java classes, see Section 3.2, Creating a Task: An Example and Section 3.3, Tips for Creating Task Java Classes.