Community
Participate
Working Groups
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.
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.