org.apache.chemistry.opencmis.client.bindings.spi.webservices
Class AbstractWebServicesService

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService
Direct Known Subclasses:
AclServiceImpl, DiscoveryServiceImpl, MultiFilingServiceImpl, NavigationServiceImpl, ObjectServiceImpl, PolicyServiceImpl, RelationshipServiceImpl, RepositoryServiceImpl, VersioningServiceImpl

public abstract class AbstractWebServicesService
extends Object

Base class for all Web Services clients.


Constructor Summary
AbstractWebServicesService()
           
 
Method Summary
protected  CmisBaseException convertException(CmisException ex)
          Converts a Web Services Exception into a CMIS Client exception.
protected  BindingSession getSession()
          Gets the current session.
protected  void setSession(BindingSession session)
          Sets the current session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebServicesService

public AbstractWebServicesService()
Method Detail

setSession

protected void setSession(BindingSession session)
Sets the current session.


getSession

protected BindingSession getSession()
Gets the current session.


convertException

protected CmisBaseException convertException(CmisException ex)
Converts a Web Services Exception into a CMIS Client exception.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.