public interface HandlerInvoker
| Modifier and Type | Method and Description |
|---|---|
boolean |
invokeInboundHandlers(HandlerInvocationContext context)
Invokes all inbound handlers for the incoming request to the endpoint.
|
boolean |
invokeOutboundHandlers(HandlerInvocationContext context)
Invokes all inbound handlers for the incoming request to the endpoint.
|
boolean invokeInboundHandlers(HandlerInvocationContext context)
boolean invokeOutboundHandlers(HandlerInvocationContext context)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.