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

All Superinterfaces:
BeanLink, org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEjbLink

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

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()