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

All Superinterfaces:
BeanLink, J2EEEObject

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
 

Method Detail

getServletLink

public 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

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