EJBControl Interface
Base interface for all EJB controls. Subclasses EntityEJBControl and SessionEJBControl are used directly by EJB controls.
package weblogic.jws.control;
public class EJBControl extends Control
The methods of this interface may be invoked by any web service with a EJB control instance.
Returns the current target instance of the bean business interface used for business interface method invocations.
Returns the last EJB exception serviced by the EJB control on the developers behalf.
Returns an instance of the home interface associated with the target bean component.
Returns true if the EJB control currently has a bean instance upon which business interface methods may be invoked.
EJB Control: Using Enterprise Java Beans from a Web Service