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
 
构造方法摘要
PHPRPC_ClientInterceptor()
           
 
方法摘要
 void afterPropertiesSet()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void prepare()
          Initialize the PHPRPC Client proxy for this interceptor.
 void setCharset(String charset)
           
 void setEncryptMode(int encryptMode)
           
 void setKeyLength(int keyLength)
           
 void setProxyFactory(PHPRPC_Client proxyFactory)
           
 void setTimeout(int timeout)
           
 void setWebProxy(String proxy)
           
 
从类 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.