A RouteModule is responsible for generating Action Requests for a given Route Header document.
Implementations of this class are potentially remotable, so this interface uses value objects.
author: ewestfal author: rkirkend
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.