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
| Constructor and Description |
|---|
JsonRpcProxyFactoryBean(com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean factoryBean) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getRemoteInvocationFactory, setRemoteInvocationFactorygetServiceUrlgetServiceInterfacepublic JsonRpcProxyFactoryBean(com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean factoryBean)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.remoting.support.UrlBasedRemoteAccessorpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic Object getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<Object>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void setServiceUrl(String serviceUrl)
setServiceUrl in class org.springframework.remoting.support.UrlBasedRemoteAccessorpublic void setServiceInterface(Class<?> serviceInterface)
setServiceInterface in class org.springframework.remoting.support.RemoteAccessorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.