public class ContextLoadingMappingStrategy extends Object implements EndpointAdapterMappingStrategy
Modifier and Type | Field and Description |
---|---|
protected String |
contextConfigLocation
Application context configuration location holding available endpoint adapters
|
protected boolean |
loadOnce
Should application context be loaded once or with every mapping call
|
Constructor and Description |
---|
ContextLoadingMappingStrategy() |
Modifier and Type | Method and Description |
---|---|
EndpointAdapter |
getEndpointAdapter(String mappingKey)
Finds endpoint adapter for the mapping key.
|
void |
setContextConfigLocation(String contextConfigLocation)
Sets the context config location for building the Spring application context.
|
protected String contextConfigLocation
protected boolean loadOnce
public EndpointAdapter getEndpointAdapter(String mappingKey)
EndpointAdapterMappingStrategy
getEndpointAdapter
in interface EndpointAdapterMappingStrategy
public void setContextConfigLocation(String contextConfigLocation)
contextConfigLocation
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.