|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.Webservices
public class Webservices
The Webservices framework plugin.
| Constructor Summary | |
|---|---|
init(any controller)
|
|
| Method Summary | |
|---|---|
any |
getWS(string name)
Get a web service's wsdl url from the configStruct according to which environment you are on |
any |
getWSobj(string name)
Get a reference to a webservice obj according to which environment you are on |
void |
refreshWS(string webservice)
Refresh a web service stub object |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller| Method Detail |
|---|
Public any getWS(string name)
name - The name of the web service. If the web service is not found an exception is thrown.Public any getWSobj(string name)
name - The name of the web service. If the web service is not found an exception is thrownPublic void refreshWS(string webservice)
webservice - The name or wsdl URL of the web service to refresh
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||