public abstract class AbstractMappingKeyExtractor extends Object implements MappingKeyExtractor
| Constructor and Description |
|---|
AbstractMappingKeyExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
extractMappingKey(Message request)
Extracts the mapping key from incoming request message.
|
protected abstract String |
getMappingKey(Message request)
Provides mapping key from incoming request message.
|
void |
setMappingKeyPrefix(String mappingKeyPrefix)
Sets the static mapping key prefix automatically added to extracted mapping key.
|
void |
setMappingKeySuffix(String mappingKeySuffix)
Sets the static mapping key suffix automatically added to extracted mapping key.
|
public final String extractMappingKey(Message request)
MappingKeyExtractorextractMappingKey in interface MappingKeyExtractorprotected abstract String getMappingKey(Message request)
request - public void setMappingKeyPrefix(String mappingKeyPrefix)
mappingKeyPrefix - public void setMappingKeySuffix(String mappingKeySuffix)
mappingKeySuffix - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.