Uses of Class
org.springframework.remoting.caucho.HessianExporter

Packages that use HessianExporter
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. 
 

Uses of HessianExporter in org.springframework.remoting.caucho
 

Subclasses of HessianExporter in org.springframework.remoting.caucho
 class HessianServiceExporter
          Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 class SimpleHessianServiceExporter
          HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 



Copyright © 2002-2008 The Spring Framework.