|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 coldbox.system.plugin |
---|
getPluginDescription, getPluginName, getPluginVersion, getpluginPath, setPluginDescription, setPluginName, setPluginVersion
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any 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.3 | ||||
FRAMES |