CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
soap_document_service_attribute.h
1
2#pragma once
3#include <system/attribute.h>
4
5#include <net/web/services/description/soap_format_extensions.h>
6#include <net/web/services/protocol/soap_parameter_style.h>
7#include <net/web/services/protocol/soap_service_routing_style.h>
8
9namespace System { namespace Web { namespace Services { namespace Protocols {
10
16{
21
23 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
25 ASPOSECPP_SHARED_RTTI_INFO_DECL();
26
27public:
31 // element.
49
60
61private:
63 SoapParameterStyle paramStyle;
65 SoapServiceRoutingStyle routingStyle;
68};
69
70}}}} // namespace System::Web::Services::Protocols
A base class for custom attributes. Objects of this class should only be allocated using System::Make...
Definition: attribute.h:16
Sets the default format for the SOAP requests and responses. Objects of this class should only be all...
Definition: soap_document_service_attribute.h:16
void set_Use(Description::SoapBindingUse value)
Sets the parameter formatting.
void set_RoutingStyle(SoapServiceRoutingStyle value)
Sets a value that shows how the SOAP messages are routed to the service.
Description::SoapBindingUse get_Use()
Gets the parameter formatting.
SoapDocumentServiceAttribute(Description::SoapBindingUse use)
Constructs a new instance.
SoapServiceRoutingStyle get_RoutingStyle()
Gets a value that shows how the SOAP messages are routed to the service.
SoapDocumentServiceAttribute(Description::SoapBindingUse use, SoapParameterStyle paramStyle)
Constructs a new instance.
void set_ParameterStyle(SoapParameterStyle value)
Sets a value that indicates if parameters are encapsulated within a single XML element beneath the 'B...
SoapParameterStyle get_ParameterStyle()
Gets a value that indicates if parameters are encapsulated within a single XML element beneath the 'B...
SoapBindingUse
Specifies the message encoding method.
Definition: soap_format_extensions.h:19
SoapParameterStyle
Enumerates the parameters formats in a SOAP message.
Definition: soap_parameter_style.h:8
SoapServiceRoutingStyle
Enumerates options of how a SOAP message is routed to the XML Web service.
Definition: soap_service_routing_style.h:7
Definition: db_command.h:9