org.objectweb.jonas_ws.deployment.xml
Class Webservices

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

public class Webservices
extends AbsDescriptionElement
implements TopLevelElement, DescriptionGroupXml

This class defines the implementation of the element webservices

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
Webservices()
          Constructor
 
Method Summary
 void addWebserviceDescription(WebserviceDescription webserviceDescription)
          Add a new webservice-description element to this object
 JLinkedList getWebserviceDescriptionList()
          Gets the webservice-description
 void setWebserviceDescriptionList(JLinkedList webserviceDescriptionList)
          Set the webservice-description
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 
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
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Constructor Detail

Webservices

public Webservices()
Constructor

Method Detail

getWebserviceDescriptionList

public JLinkedList getWebserviceDescriptionList()
Gets the webservice-description

Returns:
the webservice-description

setWebserviceDescriptionList

public void setWebserviceDescriptionList(JLinkedList webserviceDescriptionList)
Set the webservice-description

Parameters:
webserviceDescriptionList - webserviceDescription

addWebserviceDescription

public void addWebserviceDescription(WebserviceDescription webserviceDescription)
Add a new webservice-description element to this object

Parameters:
webserviceDescription - the webserviceDescriptionobject

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.