|
||||||||||
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 |
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 |
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.listServiceEndpointInfos()
Returns a the array of registered PortComponentInfo objects |
PortComponentInfo[] |
AxisServiceMBean.listServiceEndpointInfos()
Returns a the array of registered PortComponentInfo objects |
Methods in org.jboss.webservice with parameters of type PortComponentInfo | |
---|---|
void |
AxisService.deployService(PortComponentInfo pcInfo)
Deploy a webservice from a Axis WSDD URL |
void |
AxisServiceMBean.deployService(PortComponentInfo pcInfo)
Deploy a webservice from a Axis WSDD URL |
protected void |
ServiceDeployer.initTransportGuarantee(org.dom4j.Document doc,
String servletName,
PortComponentInfo pcInfo)
|
protected boolean |
ServiceDeployer.modifyServletConfig(org.dom4j.Document doc,
String servletName,
PortComponentInfo pcInfo)
Modify the servlet-class element |
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 |