类 HttpServiceProxyFactory.HttpServiceMethodInterceptor

java.lang.Object
cn.taketoday.web.service.invoker.HttpServiceProxyFactory.HttpServiceMethodInterceptor
所有已实现的接口:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
封闭类:
HttpServiceProxyFactory

private static final class HttpServiceProxyFactory.HttpServiceMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
MethodInterceptor that invokes an HttpServiceMethod.
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      指定者:
      invoke 在接口中 org.aopalliance.intercept.MethodInterceptor
      抛出:
      Throwable