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, setServiceName
getServiceUrl, setServiceUrl
getServiceInterface, setServiceInterface
public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.springframework.remoting.support.UrlBasedRemoteAccessor
public Class<?> getObjectType()
getObjectType
public boolean isSingleton()
isSingleton
isSingleton
in interface org.springframework.beans.factory.FactoryBean<T>
Copyright © 2015. All rights reserved.