Chapter 8 Working with Web Services


Detail tab of the class

The Detail tab in the class property sheet includes the following properties:

Property Description
Web service component Web service component name linked to the Web service class. You can click the Properties tool beside this box to display the component property sheet
Serialization class Class used to convert an object into a text or binary format. You can click the Properties tool beside this box to display the class property sheet
Deserialization class Class used to convert a text, XML or binary format into an object. You can click the Properties tool beside this box to display the class property sheet

Java

In Java, a Web service class can have a serialization and a deserialization class.

 


Copyright (C) 2006. Sybase Inc. All rights reserved.