Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343078

Summary: Consider adding API to get ServiceHandler URL
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.4   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2011-04-17 17:20:19 EDT
The current practice to determine a service handler's URL is to copy and paste a snippet from the IServiceHandler JavaDoc.
We should provide a public method that returns the URL for a given service handler id.
Comment 1 Ralf Sternberg CLA 2012-12-01 09:34:32 EST
ServiceManager has a new method getServiceHandlerUrl( String id ). The constant REQUEST_PARAM has been moved from ServiceHandler to internal ServiceManagerImpl.

Changes are in commit 093675bfff69ce33adacd0673b817797edffecd3.