rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::WebServiceServlet Class Reference
[Web Services]

Servlet implementation for hosting web services. More...

#include <rwsf/webservice/servlet/WebServiceServlet.h>

Inheritance diagram for rwsf::WebServiceServlet:
rwsf::HttpServlet rwsf::GenericServlet rwsf::Servlet

List of all members.


Detailed Description

This class represents a servlet implementation for exposing RWSF code-generated web services. The servlet is automatically instantiated by the RWSF Agent when the Agent is started, and is based on the web.xml file generated by RWSF for your project. The servlet creates an rwsf::NamingContext context object for each service. This context contains all rwsf::NamedObject objects that are required by the service.

For more information on the use of the servlet to host web services, see the main product user guide and the Web Service Development Guide.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.