|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||