The final step for implementing an adapter service is to implement its execute method. Typically, most of the logic of this method is specific to the resource with which the adapter communicates. In nearly all cases the adapter must interact with the pipeline at the beginning and/or end of the execute method. The methods unpackRequest and packResponse (lines 119 and 176, respectively, of
Code Example 1: WmAdapterService
Implementation Class) demonstrate an effective method of interacting with the pipeline using the same metadata parameters that were used to create the signature.