public interface Handler<C extends MessageContext>
| Modifier and Type | Method and Description |
|---|---|
void |
close(MessageContext messagecontext) |
boolean |
handleFault(C messagecontext) |
boolean |
handleMessage(C messagecontext) |
boolean handleMessage(C messagecontext)
boolean handleFault(C messagecontext)
void close(MessageContext messagecontext)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.