Class BinaryMessageProcessor
java.lang.Object
org.citrusframework.message.AbstractMessageProcessor
org.citrusframework.validation.interceptor.BinaryMessageProcessor
- All Implemented Interfaces:
MessageDirectionAware,MessageProcessor,MessageTransformer,MessageTypeSelector
Message construction processor automatically converts message payloads to binary content. Supports String typed message payloads and
payload resources.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder. -
Field Summary
Fields inherited from interface org.citrusframework.message.MessageProcessor
RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessMessage(Message message, TestContext context) Methods inherited from class org.citrusframework.message.AbstractMessageProcessor
getDirection, getName, process, setDirection, supportsMessageTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.message.MessageProcessor
transform
-
Constructor Details
-
BinaryMessageProcessor
public BinaryMessageProcessor() -
BinaryMessageProcessor
-
-
Method Details
-
processMessage
- Overrides:
processMessagein classAbstractMessageProcessor
-