org.phprpc.spring.remoting
类 PHPRPC_ClientInterceptor
java.lang.Object
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
org.phprpc.spring.remoting.PHPRPC_ClientInterceptor
- 所有已实现的接口:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean
- 直接已知子类:
- PHPRPC_ProxyFactoryBean
public class PHPRPC_ClientInterceptor
- extends org.springframework.remoting.support.UrlBasedRemoteAccessor
- implements org.aopalliance.intercept.MethodInterceptor
| 从类 org.springframework.remoting.support.RemoteAccessor 继承的字段 |
logger |
| 从类 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_ClientInterceptor
public PHPRPC_ClientInterceptor()
setWebProxy
public void setWebProxy(String proxy)
setCharset
public void setCharset(String charset)
setKeyLength
public void setKeyLength(int keyLength)
setEncryptMode
public void setEncryptMode(int encryptMode)
setTimeout
public void setTimeout(int timeout)
setProxyFactory
public void setProxyFactory(PHPRPC_Client proxyFactory)
afterPropertiesSet
public void afterPropertiesSet()
- 指定者:
- 接口
org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet - 覆盖:
- 类
org.springframework.remoting.support.UrlBasedRemoteAccessor 中的 afterPropertiesSet
prepare
public void prepare()
- Initialize the PHPRPC Client proxy for this interceptor.
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- 指定者:
- 接口
org.aopalliance.intercept.MethodInterceptor 中的 invoke
- 抛出:
Throwable
Copyright © 2014. All rights reserved.