Uses of Class
com.consol.citrus.message.MessageDirection
-
Packages that use MessageDirection Package Description com.consol.citrus.context com.consol.citrus.message -
-
Uses of MessageDirection in com.consol.citrus.context
Methods in com.consol.citrus.context with parameters of type MessageDirection Modifier and Type Method Description List<MessageProcessor>TestContext. getMessageProcessors(MessageDirection direction)Gets the global message processors for given direction. -
Uses of MessageDirection in com.consol.citrus.message
Methods in com.consol.citrus.message that return MessageDirection Modifier and Type Method Description MessageDirectionAbstractMessageProcessor. getDirection()MessageDirectionMessageDirectionAware. getDirection()Indicates the direction of messages this processor should apply to.static MessageDirectionMessageDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageDirection[]MessageDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.consol.citrus.message with parameters of type MessageDirection Modifier and Type Method Description voidAbstractMessageProcessor. setDirection(MessageDirection direction)Sets the processor direction (inbound, outbound, unbound).
-