| java.lang.Object org.objectweb.jonas_ws.deployment.api.PortComponentDescFactory
PortComponentDescFactory | public class PortComponentDescFactory (Code) | | 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.
|
|
|