public class JsonRpcProxyFactoryBean extends org.springframework.remoting.support.RemoteInvocationBasedAccessor implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
JsonRpcProxyFactoryBean(com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean factoryBean) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setServiceInterface(Class<?> serviceInterface) |
void |
setServiceUrl(String serviceUrl) |
public JsonRpcProxyFactoryBean(com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean factoryBean)
public void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanafterPropertiesSet 在类中 org.springframework.remoting.support.UrlBasedRemoteAccessorpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowablepublic Object getObject()
getObject 在接口中 org.springframework.beans.factory.FactoryBean<Object>public Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<Object>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwarepublic void setServiceUrl(String serviceUrl)
setServiceUrl 在类中 org.springframework.remoting.support.UrlBasedRemoteAccessorpublic void setServiceInterface(Class<?> serviceInterface)
setServiceInterface 在类中 org.springframework.remoting.support.RemoteAccessorCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.