We have a given REST interface:
POST /calculation abc
This calculation can be implemented by different logical \"c
It seems to me that you want an interface with the methods declared as normal, and an implementing class, and then simply instantiate a single instance of this. There's no reason per se for the methods themselves to be static.