org.ow2.jonas.deployment.ws
Class JaxRpcPortComponentDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.ws.PortComponentDesc
      extended by org.ow2.jonas.deployment.ws.JaxRpcPortComponentDesc

public class JaxRpcPortComponentDesc
extends PortComponentDesc

PortComponent using JaxRpc class.

Author:
Guillaume Sauthier

Method Summary
 WebContainerDeploymentDesc getWebDesc()
          Returns the WebContainerDeploymentDesc object linked with this portComponentDesc
 boolean hasBeanImpl()
          Return true if the Service Impl Bean is an EJB.
 boolean hasJaxRpcImpl()
          Returns true if the Service Impl Bean is a JaxRpc component.
 void setDesc(Object desc)
          Setter method for J2EE component linking.
 void setWebDesc(WebContainerDeploymentDesc web)
          Set the webDesc for this endpoint.
 String toString()
           
 
Methods inherited from class org.ow2.jonas.deployment.ws.PortComponentDesc
getEndpointURI, getEndpointURL, getHandlers, getI18n, getMapping, getName, getQName, getServiceDesc, getServiceEndpointInterface, getServiceName, getSib, getSIBClassname, getSibLink, setEndpointURL, setSib, setSIBClassname, setSibLink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

hasBeanImpl

public boolean hasBeanImpl()
Return true if the Service Impl Bean is an EJB.

Specified by:
hasBeanImpl in class PortComponentDesc
Returns:
true if the Service Impl Bean is an EJB.

hasJaxRpcImpl

public boolean hasJaxRpcImpl()
Returns true if the Service Impl Bean is a JaxRpc component.

Specified by:
hasJaxRpcImpl in class PortComponentDesc
Returns:
true if the Service Impl Bean is a JaxRpc component.

getWebDesc

public WebContainerDeploymentDesc getWebDesc()
Returns the WebContainerDeploymentDesc object linked with this portComponentDesc

Returns:
the WebContainerDeploymentDesc object linked with this portComponentDesc

setWebDesc

public void setWebDesc(WebContainerDeploymentDesc web)
Set the webDesc for this endpoint.

Parameters:
web - The web DD declaring the JaxRpc Endpoint.

setDesc

public void setDesc(Object desc)
             throws WSDeploymentDescException
Setter method for J2EE component linking.

Specified by:
setDesc in class PortComponentDesc
Parameters:
desc - the descriptor of the component implementing the endpoint.
Throws:
WSDeploymentDescException - when desc is an unknown type.

toString

public String toString()
Overrides:
toString in class PortComponentDesc
Returns:
Returns a String representation of the JaxRpcPortComponentDesc


Copyright © 2010 OW2 Consortium. All Rights Reserved.