|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.PortComponentDesc
org.objectweb.jonas_ws.deployment.api.JaxRpcPortComponentDesc
PortComponent using JaxRpc class.
| 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(java.lang.Object desc)
Setter method for J2EE component linking. |
void |
setWebDesc(WebContainerDeploymentDesc web)
Set the webDesc for this endpoint. |
java.lang.String |
toString()
|
| Methods inherited from class org.objectweb.jonas_ws.deployment.api.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 |
public boolean hasBeanImpl()
hasBeanImpl in class PortComponentDescpublic boolean hasJaxRpcImpl()
hasJaxRpcImpl in class PortComponentDescpublic WebContainerDeploymentDesc getWebDesc()
public void setWebDesc(WebContainerDeploymentDesc web)
web - The web DD declaring the JaxRpc Endpoint.
public void setDesc(java.lang.Object desc)
throws WSDeploymentDescException
setDesc in class PortComponentDescdesc - the descriptor of the component implementing the endpoint.
WSDeploymentDescException - when desc is an unknown type.public java.lang.String toString()
toString in class PortComponentDesc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||