Class RemoteObjectLightList

  • All Implemented Interfaces:
    Serializable

    public class RemoteObjectLightList
    extends Object
    implements Serializable
    This class represents a list of RemoteObjectLight instances. It's basically a wrapper for ArrayList<RemoteObjectLight> It's used only to improve code readability. This class extended from ArrayList of RemoteObjectLight at the beginning, but JAX-WS just refused to treat it as a List
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form