@Deprecated public class BurlapProxyFactoryBean extends BurlapClientInterceptor implements org.springframework.beans.factory.FactoryBean<Object>
FactoryBean for Burlap proxies. Exposes the proxied service
for use as a bean reference, using the specified service interface.
Burlap is a slim, XML-based RPC protocol. For information on Burlap, see the Burlap website
The service URL must be an HTTP URL exposing a Burlap service.
For details, see the BurlapClientInterceptor javadoc.
RemoteAccessor.setServiceInterface(java.lang.Class<?>),
UrlBasedRemoteAccessor.setServiceUrl(java.lang.String),
BurlapClientInterceptor,
BurlapServiceExporter,
HessianProxyFactoryBean,
HttpInvokerProxyFactoryBean,
RmiProxyFactoryBean| Constructor and Description |
|---|
BurlapProxyFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
Object |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
convertBurlapAccessException, createBurlapProxy, invoke, prepare, setOverloadEnabled, setPassword, setProxyFactory, setUsernamegetServiceUrl, setServiceUrlgetServiceInterface, setServiceInterfacepublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class BurlapClientInterceptorpublic 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>