public abstract class AbstractXmlDataDictionary extends AbstractDataDictionary<Node>
DataDictionary.PathMappingStrategymappingFile, mappings| Constructor and Description |
|---|
AbstractXmlDataDictionary() |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
interceptMessage(Message message,
String messageType,
TestContext context)
Intercept the message construction.
|
boolean |
supportsMessageType(String messageType)
Checks if this message interceptor is capable of this message type.
|
afterPropertiesSet, getMappingFile, getMappings, getName, getPathMappingStrategy, isGlobalScope, setGlobalScope, setMappingFile, setMappings, setName, setPathMappingStrategyinterceptMessageConstructionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittranslateinterceptMessageConstructionprotected Message interceptMessage(Message message, String messageType, TestContext context)
AbstractMessageConstructionInterceptorinterceptMessage in class AbstractMessageConstructionInterceptormessage - the payloadcontext - the current test contextpublic boolean supportsMessageType(String messageType)
MessageConstructionInterceptormessageType - the message type representation as String (e.g. xml, json, csv, plaintext).Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.