users@jax-rpc.java.net

supported jaxrpc types

From: Isabelle Gheysens <i.gheysens_at_ENERGYICT.COM>
Date: Fri, 03 May 2002 16:35:12 +0200

hello,

I read the specs about supported jaxrpc types. I have a question about this.

would the following object be a supported jaxrpc type?

public class Node {

private int id;
private String name;
private Node[] children;

}

Thanx in advance,
Isabelle