org.objectweb.jonas_ws.deployment.xml
Class ServiceImplBean

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_ws.deployment.xml.ServiceImplBean
All Implemented Interfaces:
java.io.Serializable, Element

public class ServiceImplBean
extends AbsElement

This class defines the implementation of the element service-impl-bean

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
ServiceImplBean()
          Constructor
 
Method Summary
 java.lang.String getEjbLink()
          Gets the ejb-link
 java.lang.String getServletLink()
          Gets the servlet-link
 void setEjbLink(java.lang.String ejbLink)
          Set the ejb-link
 void setServletLink(java.lang.String servletLink)
          Set the servlet-link
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceImplBean

public ServiceImplBean()
Constructor

Method Detail

getEjbLink

public java.lang.String getEjbLink()
Gets the ejb-link

Returns:
the ejb-link

setEjbLink

public void setEjbLink(java.lang.String ejbLink)
Set the ejb-link

Parameters:
ejbLink - ejbLink

getServletLink

public java.lang.String getServletLink()
Gets the servlet-link

Returns:
the servlet-link

setServletLink

public void setServletLink(java.lang.String servletLink)
Set the servlet-link

Parameters:
servletLink - servletLink

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.