rwlogo
HydraExpress 4.7

HydraExpress C++ API Reference Guide

Product Documentation:
   Documentation Home

List of all members
rwsf::HttpsTransport Class Reference

Receives and parses HTTPS messages. Not intended for direct use. More...

#include <rwsf/webservice/transport/https/HttpsTransport.h>

Inheritance diagram for rwsf::HttpsTransport:
rwsf::HttpTransport rwsf::TransportImp rwsf::MessageHandlerImp

Additional Inherited Members

- Public Member Functions inherited from rwsf::TransportImp
 TransportImp ()
 
virtual ~TransportImp ()
 
void log (const std::string &message, rwsf::CallInfo::LogLevel l=rwsf::CallInfo::Info)
 
void log (rwsf::CallInfo &callInfo, rwsf::CallInfo::LogLevel loglevel=rwsf::CallInfo::Info)
 
- Protected Member Functions inherited from rwsf::BodyBase
 BodyBase (void)
 
 BodyBase (const BodyBase &second)
 
virtual ~BodyBase (void)
 
BodyBase & operator= (const BodyBase &second)
 
- Protected Attributes inherited from rwsf::TransportImp
rwsf::Config initParams_
 

Detailed Description

This class receives and parses HTTPS messages. It is responsible for extracting metadata and the message payload, and passing the information to the web service processor.

Note
This class is not intended to be used directly in your applications. Rather, configure the HTTPS transport in the transport configuration file. For more information, see the Transports chapter in the Web Services 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.