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


Public Member Functions | |
| void | setServiceEndpointInterface (String serviceEndpointInterface) |
| void | setPortComponentLink (String portComponentLink) |
| String | getServiceEndpointInterface () |
| String | getPortComponentLink () |
| String | toXML (int indent) |
Definition at line 34 of file PortComponentRef.java.
|
|
Definition at line 80 of file PortComponentRef.java. |
|
|
Definition at line 73 of file PortComponentRef.java. Referenced by org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.ServiceRefDesc(). |
|
|
Sets the port component link of the port-component-ref
Definition at line 63 of file PortComponentRef.java. |
|
|
Sets the service endpoint interface of the port-component-ref
Definition at line 54 of file PortComponentRef.java. |
|
|
Represents this element by it's XML description.
Implements org.objectweb.jonas_lib.deployment.xml.AbsElement. Definition at line 90 of file PortComponentRef.java. References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement(). |
Here is the call graph for this function:

1.3.9.1