ColdBox Platform Version 2.6.3

coldbox.system.plugins
Class webservices

WEB-INF.cftags.component
        extended by coldbox.system.frameworkSupertype
            extended by coldbox.system.plugin
                extended by coldbox.system.plugins.webservices

public class webservices
extends plugin

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 coldbox.system.frameworkSupertype
abort, announceInterception, dump, getColdboxOCM, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getcontroller, getfwLocale, htmlhead, include, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, rethrowit, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setcontroller, settingExists, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any controller)

Method Detail

getWS

Public any getWS(string name)
Get a web service's wsdl url from the configStruct according to which environment you are on.

Parameters:
name - The name of the web service. If the web service is not found an exception is thrown.

getWSobj

Public any getWSobj(string name)
Get a reference to a webservice obj according to which environment you are on.

Parameters:
name - The name of the web service. If the web service is not found an exception is thrown

refreshWS

Public void refreshWS(string webservice)
Refresh a web service stub object

Parameters:
webservice - The name or wsdl URL of the web service to refresh

ColdBox Platform Version 2.6.3