SDK Web Service Component Class
The server side generic com.idiominc.wssdk.component.Webservice.WSObject .class serves a number of purposes. It provides the following generic services:
- Session authentication for all Web service requests
- Local transaction management for all Web service requests
- Data Transfer Object data for all participating objects
Session authentication and local transaction management are provided by this method on WSObject.
protected Object run(WSRunnable runnable) throws Exception
All Web service methods execute a code in a Web service secure context provided by this method.