|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.PortComponentDescFactory
Factory used to create appropriate PortComponentDesc.
Choice is made in function of the port-component given as input parameter.
If service-impl-bean has a child called servlet-link,
then a JaxRpcPortComponentDesc is created.
If service-impl-bean has a child called ejb-link,
then a SSBPortComponentDesc is created.
Method Summary | |
static PortComponentDesc |
newInstance(java.lang.ClassLoader cl,
PortComponent pc,
ServiceDesc parent)
Create a new PortComponentDesc instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PortComponentDesc newInstance(java.lang.ClassLoader cl, PortComponent pc, ServiceDesc parent) throws WSDeploymentDescException
cl
- the ClassLoader used to load files (*.wsdl, mapping files, ...).pc
- the PortComponent object representing port-component XML element.parent
- container ServiceDesc
WSDeploymentDescException
- when instanciation fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |