public interface BaseNuxeoWebService extends Serializable
Defines the base API dealing with Web Service remote sessions.
String connect(String username, String password) throws ClientException
username - the user namepassword - the user passwordClientExceptionvoid disconnect(String sid) throws ClientException
sid - the Nuxeo core session id.ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.