Class GzipMessageProcessor
java.lang.Object
org.citrusframework.message.AbstractMessageProcessor
org.citrusframework.validation.interceptor.GzipMessageProcessor
- All Implemented Interfaces:
MessageDirectionAware,MessageProcessor,MessageTransformer,MessageTypeSelector
Message processor automatically converts message payloads to gzipped content. Supports String typed message payloads and
payload resources.
-
Nested Class Summary
Nested Classes -
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
-
GzipMessageProcessor
public GzipMessageProcessor() -
GzipMessageProcessor
-
-
Method Details
-
processMessage
- Overrides:
processMessagein classAbstractMessageProcessor
-