Public Member Functions | |
| JonasWebservices () | |
| String | getWar () |
| void | setWar (String war) |
| String | getContextRoot () |
| void | setContextRoot (String contextRoot) |
| JLinkedList | getJonasWebserviceDescriptionList () |
| void | addJonasWebserviceDescription (JonasWebserviceDescription jwsd) |
| String | toXML (int indent) |
| String | getHeader () |
| void | setHeader (String header) |
Definition at line 40 of file JonasWebservices.java.
|
|
Constructor Definition at line 65 of file JonasWebservices.java. |
|
|
Add a new jonas-webservice-description element to this object
Definition at line 113 of file JonasWebservices.java. |
|
|
Definition at line 89 of file JonasWebservices.java. |
|
|
Definition at line 145 of file JonasWebservices.java. |
|
|
Gets the jonas-webservice-description
Definition at line 104 of file JonasWebservices.java. |
|
|
Gets the war
Definition at line 74 of file JonasWebservices.java. |
|
|
Definition at line 96 of file JonasWebservices.java. |
|
|
Definition at line 152 of file JonasWebservices.java. |
|
|
Set the war
Definition at line 82 of file JonasWebservices.java. |
|
|
Represents this element by it's XML description.
Definition at line 122 of file JonasWebservices.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