Allow Rest web server apps to map to multiple classes
In define application for a rest WS you select one class and all calls are to methods on that class; that is, a WS app can only service one class and its methods. As a result versioning is based on the method name e.g. getCustomer_v1, getCustomer_...