| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ws.deployment.xml.JonasWebservices
JonasWebservices | public class JonasWebservices extends AbsElement implements TopLevelElement(Code) | | This class defines the implementation of the element jonas-webservices
author: JOnAS team |
JONAS_WEBSERVICES_ELEMENT | final public static String JONAS_WEBSERVICES_ELEMENT(Code) | | jonas-webservices element XML header
|
JonasWebservices | public JonasWebservices()(Code) | | Constructor
|
addJonasWebserviceDescription | public void addJonasWebserviceDescription(JonasWebserviceDescription jwsd)(Code) | | Add a new jonas-webservice-description element to this object
Parameters: jwsd - the jonas-webservice-description |
getContextRoot | public String getContextRoot()(Code) | | Returns the contextRoot. |
getJonasWebserviceDescriptionList | public JLinkedList getJonasWebserviceDescriptionList()(Code) | | Gets the jonas-webservice-description
the jonas-webservice-description |
setContextRoot | public void setContextRoot(String contextRoot)(Code) | | Parameters: contextRoot - The contextRoot to set. |
setHeader | public void setHeader(String header)(Code) | | Parameters: header - The header to set. |
setWar | public void setWar(String war)(Code) | | Set the war
Parameters: war - war |
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. |
|
|
|