This user exit class is used during Cross-Context Flows. It maps the cross context URL of a load module before flowing or calling a procedure step contained within that load module. The exit allows designers to assign server locations dynamically for load modules of an application. This exit will be called every time a new Procedure Step is accessed, either through Flows or USE PROCEDURE STEP. The URL to the load module which contains the destination Procedure Step is determined by the CA Gen loader. When the URL references a different load module than the current load module, this exit is called to allow overriding the URL mapping location, determined during Assembly of the application. The exit may use any technique (that can be coded in a Java Servlet) to map the passed URL, load module name, and Procedure Step name to another URL.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|