|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.config.metro.parser.jsr109.ServiceImplBeanType
public class ServiceImplBeanType
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
Java 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>
| Field Summary | |
|---|---|
protected EjbLinkType |
ejbLink
|
protected String |
id
|
protected Locator |
locator
|
protected ServletLinkType |
servletLink
|
| Constructor Summary | |
|---|---|
ServiceImplBeanType()
|
|
| Method Summary | |
|---|---|
EjbLinkType |
getEjbLink()
Gets the value of the ejbLink property. |
String |
getId()
Gets the value of the id property. |
ServletLinkType |
getServletLink()
Gets the value of the servletLink property. |
void |
setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setServletLink(ServletLinkType value)
Sets the value of the servletLink property. |
void |
setSourceLocation(Locator newLocator)
|
Locator |
sourceLocation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EjbLinkType ejbLink
protected ServletLinkType servletLink
protected String id
protected Locator locator
| Constructor Detail |
|---|
public ServiceImplBeanType()
| Method Detail |
|---|
public EjbLinkType getEjbLink()
EjbLinkTypepublic void setEjbLink(EjbLinkType value)
value - allowed object is
EjbLinkTypepublic ServletLinkType getServletLink()
ServletLinkTypepublic void setServletLink(ServletLinkType value)
value - allowed object is
ServletLinkTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface LocatableLocator
object.public void setSourceLocation(Locator newLocator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||