Package org.apache.openejb.jee
Class ServiceImplBean
- java.lang.Object
-
- org.apache.openejb.jee.ServiceImplBean
-
public class ServiceImplBean extends Object
javaee_web_services_1_3.xsdJava class for service-impl-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-impl-beanType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="ejb-link" type="{http://java.sun.com/xml/ns/javaee}ejb-linkType"/> <element name="servlet-link" type="{http://java.sun.com/xml/ns/javaee}servlet-linkType"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ServiceImplBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEjbLink()StringgetId()StringgetServletLink()voidsetEjbLink(String value)voidsetId(String value)voidsetServletLink(String value)
-