org.apache.openejb.jee
Class ServiceImplBean

java.lang.Object
  extended by org.apache.openejb.jee.ServiceImplBean

public class ServiceImplBean
extends Object

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


Field Summary
protected  String ejbLink
           
protected  String id
           
protected  String servletLink
           
 
Constructor Summary
ServiceImplBean()
           
 
Method Summary
 String getEjbLink()
           
 String getId()
           
 String getServletLink()
           
 void setEjbLink(String value)
           
 void setId(String value)
           
 void setServletLink(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbLink

protected String ejbLink

servletLink

protected String servletLink

id

protected String id
Constructor Detail

ServiceImplBean

public ServiceImplBean()
Method Detail

getEjbLink

public String getEjbLink()

setEjbLink

public void setEjbLink(String value)

getServletLink

public String getServletLink()

setServletLink

public void setServletLink(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.