Class ServiceRegistryHttpInvokerProxyFactoryBean

  • All Implemented Interfaces:
    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<java.lang.Object>, org.springframework.beans.factory.InitializingBean, org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration

    public class ServiceRegistryHttpInvokerProxyFactoryBean
    extends org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTRIBUTE_INTERFACE_NAME  
      • Fields inherited from class org.springframework.remoting.support.RemotingSupport

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.remoting.support.RemoteInvocation createRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)  
      • Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean

        afterPropertiesSet, getObject, getObjectType, isSingleton
      • Methods inherited from class org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor

        convertHttpInvokerAccessException, executeRequest, executeRequest, getCodebaseUrl, getHttpInvokerRequestExecutor, invoke, setCodebaseUrl, setHttpInvokerRequestExecutor
      • Methods inherited from class org.springframework.remoting.support.RemoteInvocationBasedAccessor

        getRemoteInvocationFactory, recreateRemoteInvocationResult, setRemoteInvocationFactory
      • Methods inherited from class org.springframework.remoting.support.UrlBasedRemoteAccessor

        getServiceUrl, setServiceUrl
      • Methods inherited from class org.springframework.remoting.support.RemoteAccessor

        getServiceInterface, setServiceInterface
      • Methods inherited from class org.springframework.remoting.support.RemotingSupport

        getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration

        getServiceUrl
    • Field Detail

      • ATTRIBUTE_INTERFACE_NAME

        public static final java.lang.String ATTRIBUTE_INTERFACE_NAME
    • Constructor Detail

      • ServiceRegistryHttpInvokerProxyFactoryBean

        public ServiceRegistryHttpInvokerProxyFactoryBean()
    • Method Detail

      • createRemoteInvocation

        public org.springframework.remoting.support.RemoteInvocation createRemoteInvocation​(org.aopalliance.intercept.MethodInvocation methodInvocation)
        Overrides:
        createRemoteInvocation in class org.springframework.remoting.support.RemoteInvocationBasedAccessor