EntityEJBControl Interface
Base interface for EJB controls that represent Entity Beans. Subclass of EJBControl.
package weblogic.jws.control;
public class EntityEJBControl extends EJBControl
The methods of this interface may be invoked by any web service with a EJB control instance.
Supports iteration through a Collection of entity bean instances returned by a multi-select finder method.
Overview: Enterprise Java Beans (EJBs)