org.xcmis.client.gwt.unmarshallers.parser
Class RepositoriesParser

java.lang.Object
  extended by org.xcmis.client.gwt.unmarshallers.parser.RepositoriesParser

public class RepositoriesParser
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
protected RepositoriesParser()
          Constructor.
 
Method Summary
static List<CmisRepositoryInfo> parse(com.google.gwt.xml.client.Document response)
          Get list of available repositories for CMIS service endpoint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoriesParser

protected RepositoriesParser()
Constructor.

Method Detail

parse

public static List<CmisRepositoryInfo> parse(com.google.gwt.xml.client.Document response)
Get list of available repositories for CMIS service endpoint. Info about each repository contains at least following properties: repository ID, repository name and repository URI.

Parameters:
response - the XML Document
Returns:
List containing CmisRepositoryInfoType


Copyright © 2010 eXo Platform SAS. All Rights Reserved.