public class MessageConstructionInterceptors extends Object implements MessageConstructionInterceptor
| Constructor and Description |
|---|
MessageConstructionInterceptors() |
| 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.
|
public Message interceptMessageConstruction(Message message, String messageType, TestContext context)
MessageConstructionInterceptorinterceptMessageConstruction in interface MessageConstructionInterceptormessage - the message to be modified.messageType - the message type.context - the current test context.public boolean supportsMessageType(String messageType)
MessageConstructionInterceptorsupportsMessageType in interface MessageConstructionInterceptormessageType - the message type representation as String (e.g. xml, json, csv, plaintext).Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.