Class BusinessObjectList

  • All Implemented Interfaces:
    Serializable

    public class BusinessObjectList
    extends Object
    implements Serializable
    This class represents a list of RemoteBusinessObject. It's basically a wrapper for ArrayList<RemoteBusinessbject> It's used only to improve code readability. This class extended from ArrayList of RemoteBusinessObjectLight 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