public class HandlerInvokerImpl extends Object implements HandlerInvoker
Constructor and Description |
---|
HandlerInvokerImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
invokeInboundHandlers(HandlerInvocationContext context)
This invokes the inbound handlers for the invocation.
|
boolean |
invokeOutboundHandlers(HandlerInvocationContext context)
This invokes the outbound handlers for the invocation.
|
public boolean invokeInboundHandlers(HandlerInvocationContext context)
invokeInboundHandlers
in interface HandlerInvoker
public boolean invokeOutboundHandlers(HandlerInvocationContext context)
invokeOutboundHandlers
in interface HandlerInvoker
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.