I'd like to be able to get a reference to a mocked service I registered in "registerMockFlowBeans()" ... but am not sure how to do that. Yes, I know I can just assign the reference to an instance variable, but am curious if this is possible.

Does anybody know how/whether this is possible?