
Public Member Functions | |
| PortComponentRefDesc (ClassLoader classLoader, PortComponentRef pcr, JonasPortComponentRef jpcr) throws WSDeploymentDescException | |
| String | getPortComponentLink () |
| void | setPortComponentDesc (PortComponentDesc pcd) |
| PortComponentDesc | getPortComponentDesc () |
| Class | getSEI () |
| int | hashCode () |
| boolean | equals (Object other) |
| Properties | getCallProperties () |
| Properties | getStubProperties () |
| QName | getWsdlPort () |
Static Protected Member Functions | |
| I18n | getI18n () |
Xavier Delplanque
Definition at line 46 of file PortComponentRefDesc.java.
|
||||||||||||||||
|
Creates a new PortComponentRefDesc object.
Definition at line 86 of file PortComponentRefDesc.java. References org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.getParamName(), and org.objectweb.jonas_lib.deployment.xml.AbsJonasParam.getParamValue(). |
Here is the call graph for this function:

|
|
Return true if the 2 objects are equals in value.
Definition at line 165 of file PortComponentRefDesc.java. References org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.getPortComponentLink(), and org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.getSEI(). |
Here is the call graph for this function:

|
|
Definition at line 198 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas.ws.axis.JAxisServiceFactory.getServiceReference(). |
|
|
Definition at line 191 of file PortComponentRefDesc.java. |
|
|
Return the linked port component desc (can be null if no pcLink).
Definition at line 141 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas.ws.axis.JAxisServiceFactory.getServiceReference(). |
|
|
Return the port Component Link Object. May be null if not defined
Definition at line 125 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.equals(), org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(). |
|
|
Return the Service Endpoint Interface of the Port Component.
Definition at line 149 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas_ws.deployment.api.PortComponentRefDesc.equals(), and org.objectweb.jonas.ws.axis.JAxisServiceFactory.getServiceReference(). |
|
|
Definition at line 205 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas.ws.axis.JAxisServiceFactory.getServiceReference(). |
|
|
Definition at line 212 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas.ws.axis.JAxisServiceFactory.getServiceReference(). |
|
|
Definition at line 156 of file PortComponentRefDesc.java. References org.objectweb.jonas_ws.deployment.api.PortComponentDesc.getName(). |
Here is the call graph for this function:

|
|
Set the pcLink port component desc
Definition at line 133 of file PortComponentRefDesc.java. Referenced by org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager.getDeploymentDesc(), and org.objectweb.jonas_client.deployment.lib.ClientDeploymentDescManager.getDeploymentDesc(). |
1.3.9.1