|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
org.objectweb.jonas_ws.deployment.xml.Webservices
This class defines the implementation of the element webservices
| 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 |
public Webservices()
| Method Detail |
public JLinkedList getWebserviceDescriptionList()
public void setWebserviceDescriptionList(JLinkedList webserviceDescriptionList)
webserviceDescriptionList - webserviceDescriptionpublic void addWebserviceDescription(WebserviceDescription webserviceDescription)
webserviceDescription - the webserviceDescriptionobjectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||