站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

Uses of Class org.jboss.webservice.PortComponentInfo (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


Uses of Class
org.jboss.webservice.PortComponentInfo

Packages that use PortComponentInfo
org.jboss.webservice   
org.jboss.webservice.server   
 

Uses of PortComponentInfo in org.jboss.webservice
 

Methods in org.jboss.webservice that return PortComponentInfo
 PortComponentInfo AxisServiceMBean.getPortComponentInfo(String wsID)
          Get port component info for a given web service id The keys into the registry are: [deploment.ear]/[deployment.?ar]#PortComponentName A client deployment may use a 'port-component-link' like: [deployment.?ar]#PortComponentName In case we don't find a direct match we try matching by key.endsWith(wsID) See CTS test: /com/sun/ts/tests/webservices/deploy/portcomplink
 PortComponentInfo AxisService.getPortComponentInfo(String wsID)
          Get port component info for a given web service id The keys into the registry are: [deploment.ear]/[deployment.?ar]#PortComponentName A client deployment may use a 'port-component-link' like: [deployment.?ar]#PortComponentName In case we don't find a direct match we try matching by key.endsWith(wsID) See CTS test: /com/sun/ts/tests/webservices/deploy/portcomplink
 

Methods in org.jboss.webservice with parameters of type PortComponentInfo
 void AxisServiceMBean.deployService(PortComponentInfo pcInfo)
          Deploy a webservice from a Axis WSDD URL
protected  void ServiceDeployer.modifyServletConfig(org.dom4j.Document doc, String servletName, PortComponentInfo pcInfo)
          Modify the servlet-class element
 void AxisService.deployService(PortComponentInfo pcInfo)
          Deploy a webservice from a Axis WSDD URL
 

Constructors in org.jboss.webservice with parameters of type PortComponentInfo
PortComponent(PortComponentInfo pcInfo)
           
 

Uses of PortComponentInfo in org.jboss.webservice.server
 

Fields in org.jboss.webservice.server declared as PortComponentInfo
protected  PortComponentInfo InvokerProvider.portComponentInfo
           
 

Methods in org.jboss.webservice.server that return PortComponentInfo
 PortComponentInfo InvokerProvider.getPortComponentInfo()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.