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 passwordClientException
void disconnect(String sid) throws ClientException
sid
- the Nuxeo core session id.ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.