org.xcmis.client.gwt.unmarshallers.parser
Class RepositoriesParser
java.lang.Object
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
|
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 |
RepositoriesParser
protected RepositoriesParser()
- Constructor.
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.