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)
EndpointAdapterMappingStrategygetEndpointAdapter in interface EndpointAdapterMappingStrategypublic void setContextConfigLocation(String contextConfigLocation)
contextConfigLocation - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.