A RouteModule is responsible for generating Action Requests for a given Route Header document.
Implementations of this Interface are potentially remotable, so this Interface uses value objects.
author: ewestfal
resolveResponsibilityId(Long responsibilityId) The route module will resolve the given responsibilityId and return an object that contains the key to
either a user or a Eden workgroup.
Parameters: rId - ResponsibiliyId that we need resolved.
The route module will resolve the given responsibilityId and return an object that contains the key to
either a user or a Eden workgroup.
Parameters: rId - ResponsibiliyId that we need resolved. The ResponsibleParty containing a key to a user or workgroup. throws: EdenException - if any problems are found this exception can be thrown.