Uses of Interface
com.consol.citrus.message.MessageTransformer
-
-
Uses of MessageTransformer in com.consol.citrus.message
Classes in com.consol.citrus.message with type parameters of type MessageTransformer Modifier and Type Interface Description static interfaceMessageTransformer.Builder<T extends MessageTransformer,B extends MessageTransformer.Builder<T,B>>Fluent builderSubinterfaces of MessageTransformer in com.consol.citrus.message Modifier and Type Interface Description interfaceMessageProcessorProcessor performs operations on the given message.Classes in com.consol.citrus.message that implement MessageTransformer Modifier and Type Class Description classAbstractMessageProcessorAbstract message processor is message direction aware and automatically applies message type selector. -
Uses of MessageTransformer in com.consol.citrus.validation
Subinterfaces of MessageTransformer in com.consol.citrus.validation Modifier and Type Interface Description interfaceValidationProcessorCallback called by receive message action for validation purpose. -
Uses of MessageTransformer in com.consol.citrus.validation.interceptor
Subinterfaces of MessageTransformer in com.consol.citrus.validation.interceptor Modifier and Type Interface Description interfaceMessageConstructionInterceptorDeprecated.since 3.0 in favor of usingMessageTransformer -
Uses of MessageTransformer in com.consol.citrus.variable
Subinterfaces of MessageTransformer in com.consol.citrus.variable Modifier and Type Interface Description interfaceVariableExtractorClass extracting variables form messages. -
Uses of MessageTransformer in com.consol.citrus.variable.dictionary
Subinterfaces of MessageTransformer in com.consol.citrus.variable.dictionary Modifier and Type Interface Description interfaceDataDictionary<T>Data dictionary interface describes a mechanism to modify message content (payload) with global dictionary elements.
-