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() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
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>