EJBLink

The ejb-link element is used in the service-impl-bean element to specify that a Service Implementation Bean is defined as a Web Service Endpoint.The value of the ejb-link element must be the ejb-name of an enterprise bean in the same ejb-jar file.Used in: service-impl-beanExamples:<ejb-link>EmployeeRecord</ejb-link> <ejb-link>../products/product.jar#ProductEJB</ejb-link>

Inherits from type BeanLink and adds the following.

Attributes Summary
id : String  
ejbLink : String  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



ejbLink    -     
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1996-2002