Interface | Description |
---|---|
EndpointAdapterMappingStrategy |
Strategy finds proper endpoint adapter instance for given mapping key.
|
MappingKeyExtractor |
Interface describes mapping extraction along message dispatching endpoint adapter processing steps.
|
Class | Description |
---|---|
AbstractMappingKeyExtractor |
Abstract mapping key extractor adds common mapping prefix and suffix added to evaluated mapping key.
|
BeanNameMappingStrategy |
Endpoint adapter mapping strategy uses Spring application context and tries to find appropriate Spring bean in
context for the mapping key.
|
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.
|
HeaderMappingKeyExtractor |
Extractor searches for header name in request headers for mapping name identification.
|
JsonPayloadMappingKeyExtractor | |
SimpleMappingStrategy |
Endpoint adapter mapping strategy simply holds a map of mapping keys and adapter instances.
|
SoapActionMappingKeyExtractor | |
XPathPayloadMappingKeyExtractor |
Extracts predicate from message payload via XPath expression evaluation.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.