@StampyLibrary(libraryName="stampy-client-server") public interface StampyOutgoingTextInterceptor
AbstractStampyMessageGateway| Modifier and Type | Method and Description |
|---|---|
void |
interceptMessage(java.lang.String message)
Intercepts the outgoing message for capturing state etc.
|
void |
interceptMessage(java.lang.String message,
HostPort hostPort)
Intercepts the outgoing message for capturing state etc, invoked by the.
|
void interceptMessage(java.lang.String message)
throws InterceptException
message - the messageInterceptException - if the outgoing message is to be abortedvoid interceptMessage(java.lang.String message,
HostPort hostPort)
throws InterceptException
message - the messagehostPort - the host portInterceptException - if the outgoing message is to be aborted
AbstractStampyMessageGatewayAbstractStampyMessageGateway