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

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

public interface ServletLink
extends BeanLink

A representation of the model object 'Servlet Link'. The servlet-link element is used in the service-impl-bean element to specify that a Service Implementation Bean is defined as a JAX-RPC Service Endpoint. The value of the servlet-link element must be the servlet-name of a JAX-RPC Service Endpoint in the same WAR file. Used in: service-impl-bean

The following features are supported:

See Also:
WsddPackage.getServletLink()

Method Summary
 java.lang.String getServletLink()
          Returns the value of the 'Servlet Link' attribute
 void setServletLink(java.lang.String value)
          Sets the value of the 'Servlet 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

getServletLink

java.lang.String getServletLink()
Returns the value of the 'Servlet Link' attribute.

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

Returns:
the value of the 'Servlet Link' attribute.
See Also:
setServletLink(String), WsddPackage.getServletLink_ServletLink()

setServletLink

void setServletLink(java.lang.String value)
Sets the value of the 'Servlet Link' attribute.

Parameters:
value - the new value of the 'Servlet Link' attribute.
See Also:
getServletLink()