Inheritance diagram for org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc:


Public Member Functions | |
| boolean | hasBeanImpl () |
| boolean | hasJaxRpcImpl () |
| WebContainerDeploymentDesc | getWebDesc () |
| void | setWebDesc (WebContainerDeploymentDesc web) |
| void | setDesc (Object desc) throws WSDeploymentDescException |
| String | toString () |
Package Functions | |
| JaxRpcPortComponentDesc (ClassLoader cl, PortComponent pc, JonasPortComponent jpc, ServiceDesc parent) throws WSDeploymentDescException | |
Definition at line 37 of file JaxRpcPortComponentDesc.java.
|
||||||||||||||||||||
|
Constructs a JaxRpcPortComponentDesc
Definition at line 51 of file JaxRpcPortComponentDesc.java. References org.objectweb.jonas_ws.deployment.api.PortComponentDesc.setSibLink(). |
Here is the call graph for this function:

|
|
Returns the WebContainerDeploymentDesc object linked with this portComponentDesc
Definition at line 82 of file JaxRpcPortComponentDesc.java. Referenced by org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.toString(). |
|
|
Return true if the Service Impl Bean is an EJB.
Implements org.objectweb.jonas_ws.deployment.api.PortComponentDesc. Definition at line 64 of file JaxRpcPortComponentDesc.java. |
|
|
Returns true if the Service Impl Bean is a JaxRpc component.
Implements org.objectweb.jonas_ws.deployment.api.PortComponentDesc. Definition at line 72 of file JaxRpcPortComponentDesc.java. |
|
|
Setter method for J2EE component linking.
Implements org.objectweb.jonas_ws.deployment.api.PortComponentDesc. Definition at line 100 of file JaxRpcPortComponentDesc.java. References org.objectweb.jonas_ws.deployment.api.PortComponentDesc.getI18n(), and org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.setWebDesc(). |
Here is the call graph for this function:

|
|
Set the webDesc for this endpoint.
Definition at line 90 of file JaxRpcPortComponentDesc.java. References org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDesc.getServletClassname(), and org.objectweb.jonas_ws.deployment.api.PortComponentDesc.setSib(). Referenced by org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.setDesc(). |
Here is the call graph for this function:

|
|
Reimplemented from org.objectweb.jonas_ws.deployment.api.PortComponentDesc. Definition at line 112 of file JaxRpcPortComponentDesc.java. References org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.getWebDesc(), and org.objectweb.jonas_web.deployment.api.WebContainerDeploymentDesc.toString(). |
Here is the call graph for this function:

1.3.9.1