* @return the profile assertions located at the given URI.
* @throws WSIException
*/
public static ProfileAssertions getProfileAssertions(String assertionsURI) throws WSIException
{
ProfileAssertions result = null;
if (assertionsURI != null)
{
try
{
if (uriToAssertionsMap.containsKey(assertionsURI))