Quantcast
Channel: Metro and JAXB Related Items on Java.net
Viewing all articles
Browse latest Browse all 171

Jaxws and generated artifacts constants

$
0
0

Hi,
I have a class used in a web service, which has constants in it.
I would like the genereted client class for this class will also have those constants inside.

example:

public class returnedClass{
public static final String MY_CONST = "blabla";
.....
}

This used to be the case when I was using axis 1.4, but in jaxws I can't seem to make that happen.

can someone help me?

thanks,
Ran.


Viewing all articles
Browse latest Browse all 171

Trending Articles