Using Configuration Administrator to Configure Callout Handlers

If you are configuring a custom callout handler for a deployed, running application, you can use the Configuration Administrator to update the application’s configuration file, rather than opening and updating the file (config.xml) directly.

The instructions here take the place of the instructions in step 5 of the Callout Handler Configuration topic.

Procedure

  1. Access the Configuration Administrator from Workspace by clicking the Admin button in the Workspace toolbar, then selecting Configuration.
  2. In the Configuration Administrator, click on config.xml in the left pane.
  3. In the Graphical Editor tab, click in the Application section:

  4. Select the Enable Callout Interfaces box.
  5. Click the Add button.
  6. In the Callout Handler Class Name field on the Define Callout Handler Class dialog, enter the fully qualified name of the callout handler class. This must be in the form:
    com.tibco.wcc.appName.calloutClassName

    where:

    • appName is the name of the WCC application. This is “workspace” if you are using the Workspace application, or the name given to your application if you are using a custom WCC application.
    • calloutClassName is the name of the callout handler. The name of the default callout handler is “CalloutHandler”, but if you are using a custom callout handler, this could be something like “FiltersCalloutHandler”.
  7. In the Callout Handler Class File field on the Define Callout Handler Class dialog, enter the path to callout handler file, starting from the JSXAPPS directory. For example:
    JSXAPPS/Callouts/calloutFileName

    where:

    • calloutFileName is the name of the callout handler file.

      The following shows an example Define Callout Handler Class dialog:

  8. Click OK to close the Define Callout Handler Class dialog.
  9. Repeat step 5 - step 8 if you have multiple callout handlers.
  10. Click OK to close the Configuration Administrator.
  11. Return to step 6 of the Callout Handler Configuration topic to complete the callout handler configuration.