Adapter for Enterprise JavaBeans 6.5 SP3 | webMethods Adapter for Enterprise JavaBeans Documentation | webMethods Adapter for Enterprise JavaBeans Installation and User’s Documentation | Overview of webMethods Adapter for Enterprise JavaBeans | Adapter Services | Adapter Service Templates
 
Adapter Service Templates
There are two activities a client may perform against an EJB: creating a new EJB instance (or finding an existing one) and executing the remote methods exposed by that EJB. Accordingly, Adapter for Enterprise Javabeans provides the following adapter service templates:
Adapter Service Template
Description
CreateEJB 2.1
Creates one or more instances of a single remote 2.1 EJB class and returns the EJB handles to the caller. See CreateEJB 2.1 Adapter Service for more information.
InvokeEJB 2.1
Invokes a single method on an existing 2.1 EJB. See InvokeEJB 2.1 Adapter Service for more information.
CreateInvokeEJB 2.1
Creates one or more instances of a single 2.1 EJB class and invokes a single method on those instances. See CreateInvokeEJB 2.1 Adapter Service for more information.
FetchEJB 3.0
Creates one or more instances of a single remote 3.0 EJB class and returns the EJB handles to the caller. See FetchEJB 3.0 Adapter Service for more information.
InvokeEJB 3.0
Invokes a single method on an existing 3.0 EJB. See InvokeEJB 3.0 Adapter Service for more information.
FetchInvokeEJB 3.0
Creates one or more instances of a single 3.0 EJB class and invokes a single method on those instances. See FetchInvokeEJB 3.0 Adapter Service for more information.