The Spring Framework

Uses of Interface
org.springframework.web.HttpRequestHandler

Packages that use HttpRequestHandler
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. 
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers. 
 

Uses of HttpRequestHandler in org.springframework.remoting.caucho
 

Classes in org.springframework.remoting.caucho that implement HttpRequestHandler
 class BurlapServiceExporter
          HTTP request handler that exports the specified service bean as Burlap service endpoint, accessible via a Burlap proxy.
 class HessianServiceExporter
          HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
 

Uses of HttpRequestHandler in org.springframework.remoting.httpinvoker
 

Classes in org.springframework.remoting.httpinvoker that implement HttpRequestHandler
 class HttpInvokerServiceExporter
          HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.