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

jaxws AnyTypeArray

$
0
0

I have a complex class that has a two dimensional array memeber.

public class bla
{
private Object[][] array;
....
}

jaxws created artifacts creates on the other side this memeber - List.
I would like it to create a List>, how can I do that?

thanks,
Ran.


Viewing all articles
Browse latest Browse all 171

Trending Articles