public class ServiceAdapterConfig
extends java.lang.Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ServiceAdapterConfig()
Default Constructor for ServiceAdapterConfig class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
buildBaseUrl(Configuration.Protocol protocol,
            java.lang.String host,
            int port)  | 
protected org.springframework.context.ApplicationContext | 
getApplicationContext()
Returns the Spring context 
 | 
protected <R> R | 
getBean(java.lang.String aBeanName)  | 
protected java.lang.String[] | 
getEnvironmentSpecificConfigFile()
If the service connector if present then load it's wrapper XML. 
 | 
ResourceFactory | 
getResourceFactory()  | 
ServiceAdapterFactory | 
getServiceAdapterFactory()
Get ServiceAdapterFactory object 
 | 
protected void | 
init(Configuration config)  | 
protected void | 
init(ResourceFactory aResourceFactory)
Load the Spring configuration files 
 | 
boolean | 
isInitialised()  | 
void | 
term()
Unload the Spring configuration files 
 | 
protected ServiceAdapterConfig()
public boolean isInitialised()
protected void init(ResourceFactory aResourceFactory) throws ConfigurationException
ConfigurationExceptionprotected void init(Configuration config) throws ConfigurationException
ConfigurationExceptionpublic ResourceFactory getResourceFactory()
public void term()
public ServiceAdapterFactory getServiceAdapterFactory()
protected org.springframework.context.ApplicationContext getApplicationContext()
protected <R> R getBean(java.lang.String aBeanName)
protected java.lang.String[] getEnvironmentSpecificConfigFile()
protected java.lang.String buildBaseUrl(Configuration.Protocol protocol, java.lang.String host, int port) throws ConfigurationException
ConfigurationExceptionCopyright © 2018 Cloud Software Group, Inc. All Rights Reserved.