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: 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 :-)

Reply via email to