类 JsonRpcProxyFactoryBean

  • 所有已实现的接口:
    org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

    public class JsonRpcProxyFactoryBean
    extends org.springframework.remoting.support.RemoteInvocationBasedAccessor
    implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
    JsonRpcProxyFactoryBean
    • 构造器详细资料

      • JsonRpcProxyFactoryBean

        public JsonRpcProxyFactoryBean​(com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean factoryBean)
    • 方法详细资料

      • afterPropertiesSet

        public void afterPropertiesSet()
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        覆盖:
        afterPropertiesSet 在类中 org.springframework.remoting.support.UrlBasedRemoteAccessor
      • invoke

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

        public Object getObject()
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<Object>
      • getObjectType

        public Class<?> getObjectType()
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<Object>
      • isSingleton

        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<Object>
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
        覆盖:
        setServiceUrl 在类中 org.springframework.remoting.support.UrlBasedRemoteAccessor
      • setServiceInterface

        public void setServiceInterface​(Class<?> serviceInterface)
        覆盖:
        setServiceInterface 在类中 org.springframework.remoting.support.RemoteAccessor