org.phprpc.spring.remoting
类 PHPRPC_ProxyFactoryBean

java.lang.Object
  继承者 org.springframework.remoting.support.RemoteAccessor
      继承者 org.springframework.remoting.support.UrlBasedRemoteAccessor
          继承者 org.phprpc.spring.remoting.PHPRPC_ClientInterceptor
              继承者 org.phprpc.spring.remoting.PHPRPC_ProxyFactoryBean
所有已实现的接口:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class PHPRPC_ProxyFactoryBean
extends PHPRPC_ClientInterceptor
implements org.springframework.beans.factory.FactoryBean


字段摘要
 
从类 org.springframework.remoting.support.RemoteAccessor 继承的字段
logger
 
构造方法摘要
PHPRPC_ProxyFactoryBean()
           
 
方法摘要
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setBeanClassLoader(ClassLoader classLoader)
           
 
从类 org.phprpc.spring.remoting.PHPRPC_ClientInterceptor 继承的方法
invoke, prepare, setCharset, setEncryptMode, setKeyLength, setProxyFactory, setTimeout, setWebProxy
 
从类 org.springframework.remoting.support.UrlBasedRemoteAccessor 继承的方法
getServiceUrl, setServiceUrl
 
从类 org.springframework.remoting.support.RemoteAccessor 继承的方法
getServiceInterface, setServiceInterface
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PHPRPC_ProxyFactoryBean

public PHPRPC_ProxyFactoryBean()
方法详细信息

setBeanClassLoader

public void setBeanClassLoader(ClassLoader classLoader)

afterPropertiesSet

public void afterPropertiesSet()
指定者:
接口 org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
覆盖:
PHPRPC_ClientInterceptor 中的 afterPropertiesSet

getObject

public Object getObject()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObject

getObjectType

public Class getObjectType()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObjectType

isSingleton

public boolean isSingleton()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 isSingleton


Copyright © 2014. All rights reserved.