

Writing Connector Policy › Connector Policy Overview › How to Add a Function
How to Add a Function
The SOI_HOME\resources\Core\Conf\tagfunctions.properties file stores the provided functions. You can create and add new functions to the function library for use in policy files.
Follow these steps:
- Create a java class or method for the new function.
Note: The method must return a string and accept an array of strings.
- Package the Java class into a .jar file and copy the file into the SOI_HOME\resources\Core\Bin directory.
- Add the method or class to the functions.properties file following the conventions of the other entries.
- Restart the CA SAM Integration Services service.
Copyright © 2013 CA.
All rights reserved.
 
|
|