public class XmlRpcProxyFactoryBean<T> extends XmlRpcClientInterceptor implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean
XmlRpcProxyFactoryBean class.
| Constructor and Description | 
|---|
XmlRpcProxyFactoryBean()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()
afterPropertiesSet 
 | 
T | 
getObject()
getObject 
 | 
Class<?> | 
getObjectType()
getObjectType 
 | 
boolean | 
isSingleton()
isSingleton 
 | 
getServiceName, invoke, setServiceNamegetServiceUrl, setServiceUrlgetServiceInterface, setServiceInterfacepublic void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.remoting.support.UrlBasedRemoteAccessorpublic Class<?> getObjectType()
getObjectType
public boolean isSingleton()
isSingleton
isSingleton in interface org.springframework.beans.factory.FactoryBean<T>Copyright © 2015. All rights reserved.