The Spring Framework

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

Packages that use BurlapExporter
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 BurlapExporter in org.springframework.remoting.caucho
 

Subclasses of BurlapExporter in org.springframework.remoting.caucho
 class BurlapServiceExporter
          Servlet-API-based HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 class SimpleBurlapServiceExporter
          HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.