Create a new proxy class with the same interface as an original service object, the proxy creates a real service object and delegates all the work. A proxy control access to the original object, allowing to perform either before or after the request.
Create a new proxy class with the same interface as an original service object, the proxy creates a real service object and delegates all the work. A proxy control access to the original object, allowing to perform either before or after the request.