| org.kuali.rice.resourceloader.BaseResourceLoader edu.iu.uis.eden.plugin.WebserviceResourceLoader
WebserviceResourceLoader | public class WebserviceResourceLoader extends BaseResourceLoader (Code) | | Initializes and loads webservice resources for the Embedded plugin.
Currently, the only 2 services which are exposed are the utility service and
the document actions service.
author: Eric Westfall author: rkirkend |
WebserviceResourceLoader | public WebserviceResourceLoader()(Code) | | |
configureDefaultHttpClientParams | protected void configureDefaultHttpClientParams(HttpParams params)(Code) | | |
getHttpClient | protected HttpClient getHttpClient()(Code) | | Creates a commons HttpClient for service invocation. Config parameters
that start with http.* are used to configure the client.
TODO we need to add support for other invocation protocols and
implementations, but for now...
|
initializeHttpClientParams | protected void initializeHttpClientParams()(Code) | | |
|
|