public abstract class AbstractMessageConstructionInterceptor extends Object implements MessageConstructionInterceptor
Constructor and Description |
---|
AbstractMessageConstructionInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getName()
Gets this interceptors name.
|
protected Message |
interceptMessage(Message message,
String messageType,
TestContext context)
Intercept the message construction.
|
Message |
interceptMessageConstruction(Message message,
String messageType,
TestContext context)
Intercept the message construction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsMessageType
public AbstractMessageConstructionInterceptor()
public Message interceptMessageConstruction(Message message, String messageType, TestContext context)
MessageConstructionInterceptor
interceptMessageConstruction
in interface MessageConstructionInterceptor
message
- the message to be modified.messageType
- the message type.context
- the current test context.protected String getName()
protected Message interceptMessage(Message message, String messageType, TestContext context)
message
- the payloadmessageType
- context
- the current test contextCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.