Class OutboundXmlDataDictionary
java.lang.Object
org.citrusframework.message.AbstractMessageProcessor
org.citrusframework.variable.dictionary.AbstractDataDictionary<Node>
org.citrusframework.variable.dictionary.xml.AbstractXmlDataDictionary
org.citrusframework.variable.dictionary.xml.XpathMappingDataDictionary
org.citrusframework.generate.dictionary.OutboundXmlDataDictionary
- All Implemented Interfaces:
InitializingPhase,MessageDirectionAware,MessageProcessor,MessageTransformer,MessageTypeSelector,Scoped,DataDictionary<Node>
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.variable.dictionary.DataDictionary
DataDictionary.PathMappingStrategyNested classes/interfaces inherited from interface org.citrusframework.message.MessageProcessor
MessageProcessor.Builder<T extends MessageProcessor,B extends MessageProcessor.Builder<T, B>> -
Field Summary
Fields inherited from class org.citrusframework.variable.dictionary.AbstractDataDictionary
mappingFile, mappingsFields inherited from interface org.citrusframework.message.MessageProcessor
RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.variable.dictionary.xml.XpathMappingDataDictionary
initialize, setNamespaceContextBuilderMethods inherited from class org.citrusframework.variable.dictionary.xml.AbstractXmlDataDictionary
processMessage, supportsMessageTypeMethods inherited from class org.citrusframework.variable.dictionary.AbstractDataDictionary
convertIfNecessary, getMappingFile, getMappings, getName, getPathMappingStrategy, isGlobalScope, setGlobalScope, setMappingFile, setMappings, setName, setPathMappingStrategyMethods inherited from class org.citrusframework.message.AbstractMessageProcessor
getDirection, process, setDirectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.message.MessageDirectionAware
getDirectionMethods inherited from interface org.citrusframework.message.MessageProcessor
process, transform
-
Constructor Details
-
OutboundXmlDataDictionary
public OutboundXmlDataDictionary()
-
-
Method Details
-
translate
- Specified by:
translatein interfaceDataDictionary<Node>- Overrides:
translatein classXpathMappingDataDictionary
-