|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Service Impl Bean'. The service-impl-bean element defines the Web service implementation.A service implementation can be an EJB bean class or JAX-RPC web component. Existing EJB implementations are exposed as a Web service using an ejb-link. Used in: port-component
The following features are supported:
WsddPackage.getServiceImplBean()
Method Summary | |
---|---|
BeanLink |
getBeanLink()
Returns the value of the 'Bean Link' containment reference |
EJBLink |
getEEJBLink()
Returns the value of the 'EEJB Link' containment reference |
ServletLink |
getEServletLink()
Returns the value of the 'EServlet Link' containment reference |
void |
setBeanLink(BeanLink value)
Sets the value of the ' Bean Link ' containment reference |
void |
setEEJBLink(EJBLink value)
Sets the value of the ' EEJB Link ' containment reference |
void |
setEServletLink(ServletLink value)
Sets the value of the ' EServlet Link ' containment reference |
Method Detail |
public EJBLink getEEJBLink()
If the meaning of the 'EEJB Link' containment reference isn't clear, there really should be more of a description here...
setEEJBLink(EJBLink)
,
WsddPackage.getServiceImplBean_EEJBLink()
public void setEEJBLink(EJBLink value)
EEJB Link
' containment reference.
value
- the new value of the 'EEJB Link' containment reference.getEEJBLink()
public ServletLink getEServletLink()
If the meaning of the 'EServlet Link' containment reference isn't clear, there really should be more of a description here...
setEServletLink(ServletLink)
,
WsddPackage.getServiceImplBean_EServletLink()
public void setEServletLink(ServletLink value)
EServlet Link
' containment reference.
value
- the new value of the 'EServlet Link' containment reference.getEServletLink()
public BeanLink getBeanLink()
If the meaning of the 'Bean Link' containment reference isn't clear, there really should be more of a description here...
setBeanLink(BeanLink)
,
WsddPackage.getServiceImplBean_BeanLink()
public void setBeanLink(BeanLink value)
Bean Link
' containment reference.
value
- the new value of the 'Bean Link' containment reference.getBeanLink()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |