|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.PortComponentRef
The PortComponentRef associate a service-endpoint-interface with a port-component in the same application unit.
Constructor Summary | |
PortComponentRef(java.lang.ClassLoader classLoader,
org.objectweb.jonas_ejb.deployment.xml.PortComponentRef pcr)
Creates a new PortComponentRef object. |
|
PortComponentRef(java.lang.ClassLoader classLoader,
org.objectweb.jonas_web.deployment.xml.PortComponentRef pcr)
Creates a new PortComponentRef object. |
Method Summary | |
boolean |
equals(java.lang.Object other)
Return true if the 2 objects are equals in value. |
PortComponentDesc |
getPortComponentDesc()
Return the linked port component desc (can be null if no pcLink). |
java.lang.String |
getPortComponentLink()
Return the port Component Link Object. |
java.lang.Class |
getSEI()
Return the Service Endpoint Interface of the Port Component. |
void |
setPortComponentDesc(PortComponentDesc pcd)
Set the pcLink port component desc |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortComponentRef(java.lang.ClassLoader classLoader, org.objectweb.jonas_ejb.deployment.xml.PortComponentRef pcr) throws WSDeploymentDescException
classLoader
- module class loader (web or ejb)pcr
- port component ref generate by Zeus, defined in ejb
deployment desc
WSDeploymentDescException
- if service endpoint class doesn't
existpublic PortComponentRef(java.lang.ClassLoader classLoader, org.objectweb.jonas_web.deployment.xml.PortComponentRef pcr) throws WSDeploymentDescException
classLoader
- module class loader (web or ejb)pcr
- port component ref generate by Zeus, defined in web
deployment desc
WSDeploymentDescException
- if service endpoint class doesn't
existMethod Detail |
public java.lang.String getPortComponentLink()
public void setPortComponentDesc(PortComponentDesc pcd)
pcd
- the portComponentDesc linked with this PortcompRef.public PortComponentDesc getPortComponentDesc()
public java.lang.Class getSEI()
public boolean equals(java.lang.Object other)
other
- the object to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |