The Spring Framework

Package org.springframework.remoting.caucho

This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.

See:
          Description

Class Summary
BurlapClientInterceptor Interceptor for accessing a Burlap service.
BurlapProxyFactoryBean Factory bean for Burlap proxies.
BurlapServiceExporter Web controller that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
Hessian1SkeletonInvoker Concrete HessianSkeletonInvoker for the Hessian 1 protocol (version 3.0.19 or lower).
Hessian2SkeletonInvoker Concrete HessianSkeletonInvoker for the Hessian 2 protocol (version 3.0.20 or higher).
HessianClientInterceptor Interceptor for accessing a Hessian service.
HessianProxyFactoryBean Factory bean for Hessian proxies.
HessianServiceExporter Web controller that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianSkeletonInvoker Internal invoker strategy for a Hessian skeleton.
 

Package org.springframework.remoting.caucho Description

This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.

Hessian is a slim, binary RPC protocol over HTTP. For information on Hessian, see the Hessian website

Burlap is a slim, XML-based RPC protocol over HTTP. For information on Burlap, see the Burlap website


The Spring Framework

Copyright © 2002-2006 The Spring Framework.