|
||||||||||
| 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_ws.deployment.xml.JonasWebservices
This class defines the implementation of the element jonas-webservices
| Field Summary | |
static java.lang.String |
JONAS_WEBSERVICES_ELEMENT
jonas-webservices element XML header |
| Constructor Summary | |
JonasWebservices()
Constructor |
|
| Method Summary | |
void |
addJonasWebserviceDescription(JonasWebserviceDescription jwsd)
Add a new jonas-webservice-description element to this object |
java.lang.String |
getContextRoot()
|
java.lang.String |
getHeader()
|
JLinkedList |
getJonasWebserviceDescriptionList()
Gets the jonas-webservice-description |
java.lang.String |
getWar()
Gets the war |
void |
setContextRoot(java.lang.String contextRoot)
|
void |
setHeader(java.lang.String header)
|
void |
setWar(java.lang.String war)
Set the war |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| 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 |
| Field Detail |
public static final java.lang.String JONAS_WEBSERVICES_ELEMENT
| Constructor Detail |
public JonasWebservices()
| Method Detail |
public java.lang.String getWar()
public void setWar(java.lang.String war)
war - warpublic java.lang.String getContextRoot()
public void setContextRoot(java.lang.String contextRoot)
contextRoot - The contextRoot to set.public JLinkedList getJonasWebserviceDescriptionList()
public void addJonasWebserviceDescription(JonasWebserviceDescription jwsd)
jwsd - the jonas-webservice-descriptionpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
public java.lang.String getHeader()
public void setHeader(java.lang.String header)
header - The header to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||