| org.aopalliance.intercept.MethodInterceptor for accessing a Burlap service.
Supports authentication via username and password.
The service URL must be an HTTP URL exposing a Burlap service.
Burlap is a slim, XML-based RPC protocol.
For information on Burlap, see the
Burlap website
Note: There is no requirement for services accessed with this proxy factory
to have been exported using Spring's
BurlapServiceExporter , as there is
no special handling involved. As a consequence, you can also access services that
have been exported using Caucho's
com.caucho.burlap.server.BurlapServlet .
author: Juergen Hoeller since: 29.09.2003 See Also: BurlapClientInterceptor.setServiceInterface See Also: BurlapClientInterceptor.setServiceUrl See Also: BurlapClientInterceptor.setUsername See Also: BurlapClientInterceptor.setPassword See Also: BurlapServiceExporter See Also: BurlapProxyFactoryBean See Also: com.caucho.burlap.client.BurlapProxyFactory See Also: com.caucho.burlap.server.BurlapServlet |