See: Description
| Interface | Description |
|---|---|
| StampyOutgoingMessageInterceptor |
This interface is implemented to intercept outgoing messages to capture the
state of any specified messages.
|
| StampyOutgoingTextInterceptor |
This interface is implemented to intercept specified messages to capture the
state of any outgoing messages.
|
| Class | Description |
|---|---|
| AbstractOutgoingMessageInterceptor<SVR extends AbstractStampyMessageGateway> |
The Class AbstractOutgoingMessageInterceptor.
|
| AbstractOutgoingTextInterceptor<SVR extends AbstractStampyMessageGateway> |
The Class AbstractOutgoingTextInterceptor.
|
| Exception | Description |
|---|---|
| InterceptException |
The Class InterceptException, thrown by the implementation of an interceptor
when the sending of a message is to be aborted.
|