Extending : Channel policy management and extension : Channel level policy management : Defining the rule provider service : ILOG connector service
  
ILOG connector service
IBM ILOG can be used as the rule engine to store channel management policy. The service is used to connect ILOG to access the channel policy defined in it. UDTT ILOG connector service supports the following attributes.
Attributes supported by the ILOG connector service
id
The unique identifier of this service
ruleID
The rule ID defined in ILOG accessed by service
mode
The mode of accessing ILOG. There are two possible values: J2EE, J2SE and WebService. The default value is J2EE
WSClientBeanName .
The name of class to access ILOG when the mode is WebService. The class is generated by WSClientBeanName
Example
A sample service definition in the service.xml file is provided here:
<com.ibm.btt.channel.ruleprovider.ilog.ILogRuleProviderService
id="checkTransferAmountILogRule" ruleID="/checkChannelRuleApp/BTTChannelRules" />
Go up to
Defining the rule provider service