public interface Interceptor
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAfter()
A Set of IDs that this interceptor needs to run after.
|
java.util.Set<java.lang.String> |
getBefore()
A Set of IDs that this interceptor needs to run before.
|
java.lang.String |
getId()
The ID of the interceptor.
|
void |
handleFault(Message message)
Called for all interceptors (in reverse order) on which handleMessage
had been successfully invoked, when normal execution of the chain was
aborted for some reason.
|
void |
handleMessage(Message message)
Intercepts a message.
|
void handleMessage(Message message)
message - void handleFault(Message message)
message - java.util.Set<java.lang.String> getAfter()
java.util.Set<java.lang.String> getBefore()
java.lang.String getId()
Copyright © 2005-2016 FuseSource. All Rights Reserved.