org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc Class Reference

Inherits org.objectweb.jonas_ws.deployment.api.PortComponentDesc.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

PortComponent using JaxRpc class.
Author:
Guillaume Sauthier

Definition at line 37 of file JaxRpcPortComponentDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.JaxRpcPortComponentDesc ClassLoader  cl,
PortComponent  pc,
JonasPortComponent  jpc,
ServiceDesc  parent
throws WSDeploymentDescException [package]
 

Constructs a JaxRpcPortComponentDesc

Parameters:
cl ClassLoader of the module containing PortComponent
pc XML Element of the PortComponent ( <port-component>)
jpc XML Element jonas-port-component
parent ServiceDesc containing the PortComponent
Exceptions:
WSDeploymentDescException When call to PortComponentDesc constructor fails.

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:


Member Function Documentation

WebContainerDeploymentDesc org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.getWebDesc  ) 
 

Returns the WebContainerDeploymentDesc object linked with this portComponentDesc

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().

boolean org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.hasBeanImpl  )  [virtual]
 

Return true if the Service Impl Bean is an EJB.

Returns:
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.

boolean org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.hasJaxRpcImpl  )  [virtual]
 

Returns true if the Service Impl Bean is a JaxRpc component.

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.

void org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.setDesc Object  desc  )  throws WSDeploymentDescException [virtual]
 

Setter method for J2EE component linking.

Parameters:
desc the descriptor of the component implementing the endpoint.
Exceptions:
WSDeploymentDescException when desc is an unknown type.

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:

void org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.setWebDesc WebContainerDeploymentDesc  web  ) 
 

Set the webDesc for this endpoint.

Parameters:
web The web DD declaring the JaxRpc 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:

String org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc.toString  ) 
 

Returns:
Returns a String representation of the JaxRpcPortComponentDesc

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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:33 2005 for JOnAS by  doxygen 1.3.9.1