| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement org.objectweb.jonas_ws.deployment.xml.Webservices
Webservices | public Webservices()(Code) | | Constructor
|
addWebserviceDescription | public void addWebserviceDescription(WebserviceDescription webserviceDescription)(Code) | | Add a new webservice-description element to this object
Parameters: webserviceDescription - the webserviceDescriptionobject |
getWebserviceDescriptionList | public JLinkedList getWebserviceDescriptionList()(Code) | | Gets the webservice-description
the webservice-description |
setWebserviceDescriptionList | public void setWebserviceDescriptionList(JLinkedList webserviceDescriptionList)(Code) | | Set the webservice-description
Parameters: webserviceDescriptionList - webserviceDescription |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|