Stylistically, IMO that new ExecuteRequest should be converted from an
anonymous inner class to a regular inner class. The combo of creating
an anonymous inner class for the ProxyOperationControl param and
overriding a superclass method is a bit too much syntax for my tastes. :)