 |
Services are the pluggable processes provided by SIS that can be applied
on data as required. Services can be defined in a generic way, and can be
used in any event definition. Each service can be associated with a JMS
Queue for asynchronous data processing. SIS is provided with a
preconfigured ReleaseService , and ValidationMultiplexerService . Any
number of services can be configured. |
 |
This task explains how to create service: |
 |
-
Select SIS Admin > Services. The Services page is
displayed.
The Services page has these buttons:
Button |
Description |
 |
Click this to delete the existing Service. |
 |
Click this to configure a new Service. |
 |
Click this to modify the existing service parameters. |
-
Click Create. The Services Create page is displayed.
This table describes Services parameter properties:
Property Name |
Description |
Service Name |
The name of the service. |
Service Description |
A brief description of this service. |
Service Host URL |
The URL where is particular service is hosted. This is
required only in case the service is used by Events of type ApplicationInbound or DataImport. |
Service JNDI Name |
The JNDI Name of the Service Queue. This is required only
in case the service is used by Events of type ApplicationInbound or
DataImport. |
Service Handler Class Name |
A fully qualified Java Class Name of the Service
Handler class. This class should implement
com.ces.eis.engine.service.EISService. |
-
After setting the above parameters, click Save to create
a new Service.
Note: The edit page of an existing Service looks exactly the same except
that the values are pre-populated by the system.
|