Uses of Interface
com.consol.citrus.message.MessageProcessor
-
Packages that use MessageProcessor Package Description com.consol.citrus.context com.consol.citrus.message com.consol.citrus.validation com.consol.citrus.variable com.consol.citrus.variable.dictionary -
-
Uses of MessageProcessor in com.consol.citrus.context
Methods in com.consol.citrus.context that return types with arguments of type MessageProcessor Modifier and Type Method Description List<MessageProcessor>TestContext. getMessageProcessors(MessageDirection direction)Gets the global message processors for given direction. -
Uses of MessageProcessor in com.consol.citrus.message
Classes in com.consol.citrus.message with type parameters of type MessageProcessor Modifier and Type Interface Description static interfaceMessageProcessor.Builder<T extends MessageProcessor,B extends MessageProcessor.Builder<T,B>>Fluent builderClasses in com.consol.citrus.message that implement MessageProcessor Modifier and Type Class Description classAbstractMessageProcessorAbstract message processor is message direction aware and automatically applies message type selector.Methods in com.consol.citrus.message with type parameters of type MessageProcessor Modifier and Type Method Description static <T extends MessageProcessor,B extends MessageProcessor.Builder<T,B>>
Optional<MessageProcessor.Builder<T,B>>MessageProcessor. lookup(String processor)Resolves processor from resource path lookup with given processor resource name.Methods in com.consol.citrus.message that return MessageProcessor Modifier and Type Method Description MessageProcessorMessageProcessorAdapter. asProcessor()Adapt as message processorMethods in com.consol.citrus.message that return types with arguments of type MessageProcessor Modifier and Type Method Description List<MessageProcessor>MessageProcessors. getMessageProcessors()Gets the message processors.Methods in com.consol.citrus.message with parameters of type MessageProcessor Modifier and Type Method Description voidMessageProcessors. addMessageProcessor(MessageProcessor processor)Adds a new message processor.Method parameters in com.consol.citrus.message with type arguments of type MessageProcessor Modifier and Type Method Description voidMessageProcessors. setMessageProcessors(List<MessageProcessor> messageProcessors)Sets the messageProcessors property. -
Uses of MessageProcessor in com.consol.citrus.validation
Subinterfaces of MessageProcessor in com.consol.citrus.validation Modifier and Type Interface Description interfaceValidationProcessorCallback called by receive message action for validation purpose. -
Uses of MessageProcessor in com.consol.citrus.variable
Subinterfaces of MessageProcessor in com.consol.citrus.variable Modifier and Type Interface Description interfaceVariableExtractorClass extracting variables form messages. -
Uses of MessageProcessor in com.consol.citrus.variable.dictionary
Subinterfaces of MessageProcessor 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.
-