Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.JonasServiceRef:


Public Member Functions | |
| JonasServiceRef () | |
| void | setServiceRefName (String serviceRefName) |
| void | addJonasInitParam (JonasInitParam jonasInitParam) |
| void | addJonasPortComponentRef (JonasPortComponentRef jonasPortComponentRef) |
| void | setAltWsdl (String altWsdl) |
| String | getServiceRefName () |
| JLinkedList | getJonasInitParamList () |
| JLinkedList | getJonasPortComponentRefList () |
| String | getAltWsdl () |
| String | toXML (int indent) |
Definition at line 32 of file JonasServiceRef.java.
|
|
Constructor : build a new JonasServiceRef object Definition at line 57 of file JonasServiceRef.java. |
|
|
Add a parameter
Definition at line 79 of file JonasServiceRef.java. |
|
|
Add a parameter
Definition at line 87 of file JonasServiceRef.java. |
|
|
Definition at line 125 of file JonasServiceRef.java. |
|
|
Definition at line 111 of file JonasServiceRef.java. |
|
|
Definition at line 118 of file JonasServiceRef.java. |
|
|
Definition at line 103 of file JonasServiceRef.java. |
|
|
Definition at line 94 of file JonasServiceRef.java. |
|
|
Sets the name
Definition at line 70 of file JonasServiceRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 134 of file JonasServiceRef.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1