Hi David/Raphael, I am just trying to consolidate the interface changes we discussed...(and also suggesting..) Already discussed: 1. Remove method public Iterator list( ProfileLocator locator ); in PsmlManagerService and put a new method get/setUser() in ProfileLocator Likewise the default implementation for BaseProfileLocator would also change. 2. Rename method public PSMLDocument fallback( List locators ); in PsmlManagerService to public PSMLDocument getDocument( List locators ); New suggestion: 1. I think method public boolean saveDocument(String fileOrUrl, PSMLDocument doc); in interface PsmlManagerService needs to be deprecated. as there is a method which takes Locator object as a parameter. 2. PsmlManagerService interface needs method to remove a PSMLDocument. something like, public void removeDocument( ProfileLocator locator); This method will be invoked by the ProfilerService within method public void removeProfile( ProfileLocator locator ) to remove a profile. What do you think? -Atul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
