Chapter 7 Selecting an EAServer Component for Your Web Service
This section describes the datatypes supported in Web Services Toolkit. The datatype must belong to a supported component type for it to be available as a Web Service. Supported datatypes include:
The following table lists the datatypes displayed in Jaguar Manager and supported in Web Services Toolkit, the Java datatypes used in Java/IDL component methods, and the equivalent CORBA IDL types. CORBA C++ use the same mappings as Java/IDL component datatype mappings.
Java primitive datatypes |
java.lang object datatypes | org.omg CORBA holder datatypes |
---|---|---|
boolean | java.lang.Boolean | org.omg.CORBA.BooleanHolder |
byte | java.lang.Byte | org.omg.CORBA.ByteHolder |
double | java.lang.Double | org.omg.CORBA.DoubleHolder |
float | java.lang.Float | org.omg.CORBA.FloatHolder |
int | java.lang.Integer | org.omg.CORBA.IntHolder |
long | java.lang.Long | org.omg.CORBA.LongHolder |
short | java.lang.Short | org.omg.CORBA.ShortHolder |
string | java.lang.String | org.omg.CORBA.StringHolder |
The supported EAServer datatypes are:
Additionally, Web Services Toolkit supports:
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |