Spring.Web.Extensions
An implementation that
creates a handler object for either ASP.NET AJAX 1.0 or Spring web services.
Bruno Baia
Thomas Broyer
Creates a new instance of the class.
Retrieves an instance of the
implementation for handling web service requests
for both Spring and ASP.NET AJAX 1.0 web services.
The current HTTP context.
The type of HTTP request (GET or POST).
The url of the web service.
The physical application path for the web service.
The web service handler object.
Enables a factory to reuse an existing handler instance.
The object to reuse.
Create a handler instance for the given URL.
the application context corresponding to the current request
The instance for this request.
The HTTP data transfer method (GET, POST, ...)
The requested .
The physical path of the requested resource.
A handler instance for the current request.