org.eclipse.jst.j2ee.webservice.wsdd
Interface EJBLink

All Superinterfaces:
BeanLink, J2EEEObject

public interface EJBLink
extends BeanLink

A representation of the model object 'EJB Link'. 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-bean Examples: EmployeeRecord ../products/product.jar#ProductEJB

The following features are supported:

See Also:
WsddPackage.getEJBLink()

Method Summary
 java.lang.String getEjbLink()
          Returns the value of the 'Ejb Link' attribute
 void setEjbLink(java.lang.String value)
          Sets the value of the 'Ejb Link' attribute
 

Method Detail

getEjbLink

public java.lang.String getEjbLink()
Returns the value of the 'Ejb Link' attribute.

If the meaning of the 'Ejb Link' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Link' attribute.
See Also:
setEjbLink(String), WsddPackage.getEJBLink_EjbLink()

setEjbLink

public void setEjbLink(java.lang.String value)
Sets the value of the 'Ejb Link' attribute.

Parameters:
value - the new value of the 'Ejb Link' attribute.
See Also:
getEjbLink()