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, waitsupportsMessageTypepublic AbstractMessageConstructionInterceptor()
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.protected String getName()
protected Message interceptMessage(Message message, String messageType, TestContext context)
message - the payloadmessageType - context - the current test contextCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.