Class SaWsContentService

java.lang.Object
com.saperion.ws.AbstractService
com.saperion.ws.SaWsContentService

public class SaWsContentService extends AbstractService
This class wraps all methods of the SaClassicConnector. It parses the information, which is fetched from the server to classes useable for webservices. JAX-B requires classes to be JavaBeans, because it uses the set/get-Methods.

You need a token for calling the methods to perform searches and modifications. For getting a token the logon method has to be called. If the thread is timed out on the backend or if you aren't logged in you will get an exception.