Hello, Can somebody point out how to use a Hashtable instead of Vector.

<schema>
 ...
   <element name="test">
        <complexType>
                <sequence>
                   <element name="params" minOccurs="0"          
                        maxOccurs="unbounded"/>
                </sequence>
        </complexType>
   </element>
</schema>


This when passed thru source generator generates a java.util.Vector named params. Is there a way to tell the Source Generator to make this a
java.util.Hashtable


Is there a way of specifying this in the binding file.

Thanks,
--
Harshawardhan S. Gadgil  [http://www.cs.indiana.edu/~hgadgil]
Community Grids Lab, Bloomington, IN          [(812)856-0756]

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev




Reply via email to