Uses of Interface
org.citrusframework.message.MessageProcessor
Packages that use MessageProcessor
Package
Description
-
Uses of MessageProcessor in org.citrusframework.context
Methods in org.citrusframework.context that return types with arguments of type MessageProcessorModifier and TypeMethodDescriptionTestContext.getMessageProcessors(MessageDirection direction) Gets the global message processors for given direction. -
Uses of MessageProcessor in org.citrusframework.message
Classes in org.citrusframework.message with type parameters of type MessageProcessorModifier and TypeInterfaceDescriptionstatic interfaceMessageProcessor.Builder<T extends MessageProcessor,B extends MessageProcessor.Builder<T, B>> Fluent builderClasses in org.citrusframework.message that implement MessageProcessorModifier and TypeClassDescriptionclassAbstract message processor is message direction aware and automatically applies message type selector.Methods in org.citrusframework.message with type parameters of type MessageProcessorModifier and TypeMethodDescriptionstatic <T extends MessageProcessor,B extends MessageProcessor.Builder<T, B>>
Optional<MessageProcessor.Builder<T,B>> Resolves processor from resource path lookup with given processor resource name.Methods in org.citrusframework.message that return MessageProcessorModifier and TypeMethodDescriptionMessageProcessorAdapter.asProcessor()Adapt as message processorMethods in org.citrusframework.message that return types with arguments of type MessageProcessorModifier and TypeMethodDescriptionMessageProcessors.getMessageProcessors()Gets the message processors.Methods in org.citrusframework.message with parameters of type MessageProcessorModifier and TypeMethodDescriptionvoidMessageProcessors.addMessageProcessor(MessageProcessor processor) Adds a new message processor.Method parameters in org.citrusframework.message with type arguments of type MessageProcessorModifier and TypeMethodDescriptionvoidMessageProcessors.setMessageProcessors(List<MessageProcessor> messageProcessors) Sets the messageProcessors property. -
Uses of MessageProcessor in org.citrusframework.validation
Subinterfaces of MessageProcessor in org.citrusframework.validationModifier and TypeInterfaceDescriptioninterfaceCallback called by receive message action for validation purpose. -
Uses of MessageProcessor in org.citrusframework.variable
Subinterfaces of MessageProcessor in org.citrusframework.variableModifier and TypeInterfaceDescriptioninterfaceClass extracting variables form messages. -
Uses of MessageProcessor in org.citrusframework.variable.dictionary
Subinterfaces of MessageProcessor in org.citrusframework.variable.dictionaryModifier and TypeInterfaceDescriptioninterfaceData dictionary interface describes a mechanism to modify message content (payload) with global dictionary elements.