类 XmlRpcProxyFactoryBean

  • 所有已实现的接口:
    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 XmlRpcProxyFactoryBean
    extends org.springframework.remoting.support.UrlBasedRemoteAccessor
    implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
    • 构造器详细资料

      • XmlRpcProxyFactoryBean

        public XmlRpcProxyFactoryBean()
    • 方法详细资料

      • 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
      • replace

        public static final String replace​(String name)