Executing Adapter Service Nodes
When an adapter service executes, the server first creates a new instance of the corresponding class, unless it is already cached. Then it calls the metadata parameter "set" methods, passing the parameter settings stored in the adapter service node. Lastly, it 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 following figure.
Adapter service execution