Previous Topic: Connector Jar FilesNext Topic: The Object Model


Converter and Validator Plug-Ins Registration

You can use the connector.xml file to register validator and converter plug-ins, in addition to the system-wide library made available by the server_jcs.xml file. Both types of plug-ins are configured with the com.ca.jcs.cfg.MetaPluginConfigSuite JavaBean which ties attributes and classes to plug-ins using the following three collections:

Note: Plug-ins can arrange to have configuration JavaBeans passed to their constructors, where they require context to configure their behavior. For an example of the required syntax matching your intended use case, see the pluginConfig setting for com.ca.jcs.converter.meta.EncyptPropertyConverter in the server_jcs.xml file.