See: Description
| Class | Description | 
|---|---|
| BurlapClientInterceptor | Deprecated
 as of Spring 4.0, since Burlap hasn't evolved in years
 and is effectively retired (in contrast to its sibling Hessian) 
 | 
| BurlapExporter | Deprecated
 as of Spring 4.0, since Burlap hasn't evolved in years
 and is effectively retired (in contrast to its sibling Hessian) 
 | 
| BurlapProxyFactoryBean | Deprecated
 as of Spring 4.0, since Burlap hasn't evolved in years
 and is effectively retired (in contrast to its sibling Hessian) 
 | 
| BurlapServiceExporter | Deprecated
 as of Spring 4.0, since Burlap hasn't evolved in years
 and is effectively retired (in contrast to its sibling Hessian) 
 | 
| HessianClientInterceptor | 
MethodInterceptor for accessing a Hessian service. | 
| HessianExporter | 
 General stream-based protocol exporter for a Hessian endpoint. 
 | 
| HessianProxyFactoryBean | 
FactoryBean for Hessian proxies. | 
| HessianServiceExporter | 
 Servlet-API-based HTTP request handler that exports the specified service bean
 as Hessian service endpoint, accessible via a Hessian proxy. 
 | 
| SimpleBurlapServiceExporter | Deprecated
 as of Spring 4.0, since Burlap hasn't evolved in years
 and is effectively retired (in contrast to its sibling Hessian) 
 | 
| SimpleHessianServiceExporter | 
 HTTP request handler that exports the specified service bean as
 Hessian service endpoint, accessible via a Hessian proxy. 
 | 
Hessian is a slim, binary RPC protocol over HTTP. For information on Hessian, see the Hessian website