You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Morten Egelund Rasmussen <ME...@Brunata.dk> on 2005/02/16 13:31:36 UTC

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