|
||||||||||
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.
Constructor Summary | |
JaxRpcPortComponentDesc(java.lang.ClassLoader cl,
PortComponent pc,
ServiceDesc parent)
Constructs a JaxRpcPortComponentDesc |
Method Summary | |
WebContainerDeploymentDesc |
getWebDesc()
Return the WebContainerDeploymentDesc object linked with this portComponentDesc |
boolean |
hasBeanImpl()
Return true if the Service Impl Bean is an EJB. |
boolean |
hasJaxRpcImpl()
Return 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 |
getEndpointURL, getHandlers, getName, getQName, getServiceDesc, getServiceEndpointInterface, getSib, getSIBClassname, getSibLink, setEndpointURL, setSib, setSIBClassname, setSibLink |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JaxRpcPortComponentDesc(java.lang.ClassLoader cl, PortComponent pc, ServiceDesc parent) throws WSDeploymentDescException
cl
- ClassLoader of the module containing PortComponentpc
- XML Element of the PortComponent (parent
- ServiceDesc containing the PortComponent
WSDeploymentDescException
- When call to PortComponentDesc constructor fails.Method Detail |
public boolean hasBeanImpl()
hasBeanImpl
in class PortComponentDesc
public boolean hasJaxRpcImpl()
hasJaxRpcImpl
in class PortComponentDesc
public 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 PortComponentDesc
desc
- 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 |