Package | Description |
---|---|
com.consol.citrus.endpoint.adapter | |
com.consol.citrus.endpoint.adapter.mapping |
Modifier and Type | Method and Description |
---|---|
EndpointAdapterMappingStrategy |
RequestDispatchingEndpointAdapter.getMappingStrategy()
Gets the endpoint adapter mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatchingEndpointAdapter.setMappingStrategy(EndpointAdapterMappingStrategy mappingStrategy)
Sets the endpoint adapter mapping strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanNameMappingStrategy
Endpoint adapter mapping strategy uses Spring application context and tries to find appropriate Spring bean in
context for the mapping key.
|
class |
ContextLoadingMappingStrategy
Endpoint adapter mapping strategy loads new Spring Application contexts defined by one or more locations
and tries to find matching Spring bean with given name or id.
|
class |
SimpleMappingStrategy
Endpoint adapter mapping strategy simply holds a map of mapping keys and adapter instances.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.