Package | Description |
---|---|
com.consol.citrus.endpoint.adapter | |
com.consol.citrus.endpoint.adapter.mapping |
Modifier and Type | Method and Description |
---|---|
MappingKeyExtractor |
RequestDispatchingEndpointAdapter.getMappingKeyExtractor()
Gets the mapping name extractor.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestDispatchingEndpointAdapter.setMappingKeyExtractor(MappingKeyExtractor mappingKeyExtractor)
Sets the mapping name extractor implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappingKeyExtractor
Abstract mapping key extractor adds common mapping prefix and suffix added to evaluated mapping key.
|
class |
HeaderMappingKeyExtractor
Extractor searches for header name in request headers for mapping name identification.
|
class |
JsonPayloadMappingKeyExtractor |
class |
SoapActionMappingKeyExtractor |
class |
XPathPayloadMappingKeyExtractor
Extracts predicate from message payload via XPath expression evaluation.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.