类 HttpRemoteInvocation

  • 所有已实现的接口:

    public class HttpRemoteInvocation
    extends org.springframework.remoting.support.RemoteInvocation
    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器 说明
      HttpRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
       targetObject)  
      • 从类继承的方法 org.springframework.remoting.support.RemoteInvocation

        addAttribute, getArguments, getAttribute, getAttributes, getMethodName, getParameterTypes, setArguments, setAttributes, setMethodName, setParameterTypes, toString
      • 从类继承的方法 java.lang.

        , , , , , , ,
    • 构造器详细资料

      • HttpRemoteInvocation

        public HttpRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)
    • 方法详细资料

      • invoke

        public  invoke​( targetObject)
                      throws ,
                             ,
                             
        覆盖:
        invoke 在类中 org.springframework.remoting.support.RemoteInvocation
        抛出: