public interface MessageConstructionInterceptor
| Modifier and Type | Method and Description |
|---|---|
Message |
interceptMessageConstruction(Message message,
String messageType,
TestContext context)
Intercept the message construction.
|
boolean |
supportsMessageType(String messageType)
Checks if this message interceptor is capable of this message type.
|
Message interceptMessageConstruction(Message message, String messageType, TestContext context)
message - the message to be modified.messageType - the message type.context - the current test context.boolean supportsMessageType(String messageType)
messageType - the message type representation as String (e.g. xml, json, csv, plaintext).Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.