Parameterized constructors through Axis?

2005-02-16 Thread Morten Egelund Rasmussen
Hi all! Simple question: Can I expose an object through an Axis Webservice with a paramerized constructor? I.e. something like this: public class MyObject { MyObject(String test) { // Constructor code goes here } } Thanks, ~Morten :-)

RE: Parameterized constructors through Axis?

2005-02-16 Thread THOMAS, JAI [AG-Contractor/1000]
Yes, provided you implement a custom serializer for that object. Jai -Original Message- From: Morten Egelund Rasmussen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 6:32 AM To: [EMAIL PROTECTED] Subject: Parameterized constructors through Axis? Hi all! Simple question