Public Member Functions | |
| Webservices () | |
| JLinkedList | getWebserviceDescriptionList () |
| void | setWebserviceDescriptionList (JLinkedList webserviceDescriptionList) |
| void | addWebserviceDescription (WebserviceDescription webserviceDescription) |
| String | toXML (int indent) |
Definition at line 41 of file Webservices.java.
|
|
Constructor Definition at line 53 of file Webservices.java. |
|
|
Add a new webservice-description element to this object
Definition at line 78 of file Webservices.java. |
|
|
Gets the webservice-description
Definition at line 62 of file Webservices.java. |
|
|
Set the webservice-description
Definition at line 70 of file Webservices.java. |
|
|
Represents this element by it's XML description.
Definition at line 87 of file Webservices.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(). |
Here is the call graph for this function:

1.3.9.1