Executing Adapter Service Nodes
When an adapter service executes, the Integration Server performs the following:
Creates a new instance of the corresponding class, unless it is already cached.
Calls the metadata parameter "set" methods, passing the parameter settings stored in the adapter service node.
Calls the service's
execute method, passing a connection instance and a copy of the pipeline wrapped in a
WmRecord object, as shown in the figure.