Documentation Center

Creating external service modules

To create an external service module, you need to use the static WSContextManager class and the WSRunnable interface.

Procedure

  1. Create a Java class that implements the WSRunnable interface.
  2. Implement your business logic in the required run (...) method, which takes WSContext as one of its arguments. Use the WSContext object to gain access to WorldServer services.
  3. Use the WSContextManager class to execute your WSRunnable class.