public interface Interceptor<T extends Message>
Modifier and Type | Method and Description |
---|---|
void |
handleFault(T 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(T message)
Intercepts a message.
|
void handleMessage(T message) throws Fault
message
- Fault
void handleFault(T message)
message
- Apache CXF