org.springframework.remoting.caucho
Class BurlapProxyFactoryBean
java.lang.Object
org.springframework.remoting.support.RemotingSupport
org.springframework.remoting.support.RemoteAccessor
org.springframework.remoting.support.UrlBasedRemoteAccessor
org.springframework.remoting.caucho.BurlapClientInterceptor
org.springframework.remoting.caucho.BurlapProxyFactoryBean
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean<java.lang.Object>, org.springframework.beans.factory.InitializingBean
public class BurlapProxyFactoryBean
- extends BurlapClientInterceptor
- implements org.springframework.beans.factory.FactoryBean<java.lang.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.
- Since:
- 13.05.2003
- Author:
- Juergen Hoeller
- See Also:
RemoteAccessor.setServiceInterface(java.lang.Class)
,
UrlBasedRemoteAccessor.setServiceUrl(java.lang.String)
,
BurlapClientInterceptor
,
BurlapServiceExporter
,
HessianProxyFactoryBean
,
HttpInvokerProxyFactoryBean
,
RmiProxyFactoryBean
Fields inherited from class org.springframework.remoting.support.RemotingSupport |
logger |
Methods inherited from class org.springframework.remoting.support.UrlBasedRemoteAccessor |
getServiceUrl, setServiceUrl |
Methods inherited from class org.springframework.remoting.support.RemoteAccessor |
getServiceInterface, setServiceInterface |
Methods inherited from class org.springframework.remoting.support.RemotingSupport |
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BurlapProxyFactoryBean
public BurlapProxyFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Overrides:
afterPropertiesSet
in class BurlapClientInterceptor
getObject
public java.lang.Object getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>