Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.api.ws
Interface BaseNuxeoWebService

All Superinterfaces:
Serializable
All Known Subinterfaces:
NuxeoRemoting, WSAudit
All Known Implementing Classes:
AbstractNuxeoWebService, NuxeoRemotingBean, WSAuditBean

public interface BaseNuxeoWebService
extends Serializable

Base Nuxeo web service interface.

Defines the base API dealing with Web Service remote sessions.

Author:
Julien Anguenot

Method Summary
 String connect(String username, String password)
          Connects to the default nuxeo core repository.
 void disconnect(String sid)
          Disconnect the Nuxeo core given the session id.
 

Method Detail

connect

String connect(String username,
               String password)
               throws ClientException
Connects to the default nuxeo core repository.

Parameters:
username - the user name
password - the user password
Returns:
a Nuxeo core session identifier.
Throws:
ClientException

disconnect

void disconnect(String sid)
                throws ClientException
Disconnect the Nuxeo core given the session id.

Parameters:
sid - the Nuxeo core session id.
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.