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


Public Member Functions | |
| JonasPortComponentRef () | |
| void | setWsdlPort (Qname wsdlPort) |
| void | setServiceEndpointInterface (String serviceEndpointInterface) |
| void | addJonasCallProperty (JonasCallProperty jonasCallProperty) |
| void | addJonasStubProperty (JonasStubProperty jonasStubProperty) |
| String | getServiceEndpointInterface () |
| Qname | getWsdlPort () |
| JLinkedList | getJonasCallPropertyList () |
| JLinkedList | getJonasStubPropertyList () |
| String | toXML (int indent) |
Definition at line 35 of file JonasPortComponentRef.java.
|
|
Constructor : build a new JonasServiceRef object Definition at line 60 of file JonasPortComponentRef.java. |
|
|
Add a parameter
Definition at line 89 of file JonasPortComponentRef.java. |
|
|
Add a parameter
Definition at line 97 of file JonasPortComponentRef.java. |
|
|
Definition at line 121 of file JonasPortComponentRef.java. |
|
|
Definition at line 128 of file JonasPortComponentRef.java. |
|
|
Definition at line 107 of file JonasPortComponentRef.java. |
|
|
Definition at line 114 of file JonasPortComponentRef.java. |
|
|
Sets the service endpoint interface of the port-component-ref
Definition at line 81 of file JonasPortComponentRef.java. |
|
|
Sets the wsdl port QName of the jonas-port-component-ref
Definition at line 73 of file JonasPortComponentRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 138 of file JonasPortComponentRef.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(), org.objectweb.jonas_lib.deployment.xml.Qname.toXML(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1