HTTP request handler that exports the specified service bean as
Burlap service endpoint, accessible via a Burlap proxy.
Burlap is a slim, XML-based RPC protocol.
For information on Burlap, see the
Burlap website
This exporter will work with both Burlap 2.x and 3.x (respectively
Resin 2.x and 3.x), autodetecting the corresponding skeleton class.
Note: Burlap services exported with this class can be accessed by
any Burlap client, as there isn't any special handling involved.
author: Juergen Hoeller since: 13.05.2003 See Also: BurlapClientInterceptor See Also: BurlapProxyFactoryBean See Also: org.springframework.remoting.caucho.HessianServiceExporter See Also: org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter See Also: org.springframework.remoting.rmi.RmiServiceExporter |