![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This example demonstrates the invoking of custom functions through the adapter. Using this functionality, you can write custom code by implementing an interface provided by the adapter. Once the source code for the function has been written and compiled, the class has to be placed in the adapter class-path. Based on the incoming request, the adapter invokes the custom function and returns the response object (from the custom function) to the calling function.In this example, the custom function creates a Connection object and uses the same to execute a Hashmap call.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |