Administration Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Introduction to Using Plug-ins with BEA SALT

This section contains the following topics:

 


Overview

A plug-in is a set of functions that are called when the GWWS server is running. BEA SALT provides a plug-in framework as a common interface for defining and implementing a plug-in. Plug-in implementation is carried out through a dynamic library that contains the actual function code and exports it. The implementation library can be loaded dynamically during GWWS server startup. The functions are registered as the implementation of the plug-in interface.

For more information see, Using Plug-ins with BEA SALT in BEA SALT Programming Web Services.

 


Implementing a Plug-in with SALT

To use a plug-in with BEA SALT, you must do the following:

  1. Create the plug-in dynamic library that contains the function code. Follow the guidelines in this section for creating that plug-in.
  2. Specify the plug-in using the <Plug-in> system parameter in the SALT configuration file.
  3. For more information about specifying a plug-in, see Configuring BEA SALT.

  4. Initiate the GWWS server to dynamically load the plug-in. After loading a plug-in implementation, the plug-in function call is directed to the library.

 


Defining a Plug-in

There are basic requirements for a plug-in. These requirements include:

 


See Also


  Back to Top       Previous  Next