Transports and Interfaces: Siebel Enterprise Application Integration > Java Business Service >

Creating a Java Business Service


Implement a business service in Java by:

  • Defining a new business service in the repository using Siebel Tools.
  • Specifying the necessary Java classes.

To define and specify a new Java business service in Siebel Tools

  1. Copy the EAI Java Business Service (using the Copy Record command in Siebel Tools).

    NOTE:  Checking the Cache column when you are creating the new Java business service will cause the same Java object to be reused by subsequent invocations within the same session. (See About the Lifecycle of a Java Business Service.)

  2. Add a Business Service User Property named @class, whose value is the fully qualified name of the Java class (for example, com.mycompany.siebelBusinessService.ImportCustomer).
Transports and Interfaces: Siebel Enterprise Application Integration