xmltooling 3.1.0
|
Licensed to the University Corporation for Advanced Internet Development, Inc. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
Namespaces | |
namespace | soap11 |
Namespace for SOAP 1.1 schema objects. | |
Defines | |
#define | DECL_SOAP11OBJECTBUILDER(cname) DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::SOAP11ENV_NS,xmlconstants::SOAP11ENV_PREFIX) |
Macro for declaring SOAP builders. | |
Functions | |
soap11::DECL_XMLOBJECT_SIMPLE (XMLTOOL_API, Faultstring, String, SOAP 1.1 faultstring element) | |
soap11::DECL_XMLOBJECT_SIMPLE (XMLTOOL_API, Faultactor, Actor, SOAP 1.1 faultactor element) | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Faultcode, xmltooling::XMLObject, SOAP 1.1 faultcode element) | |
virtual const xmltooling::QName * | soap11::getCode () const =0 |
Gets the QName content of the element. | |
virtual void | soap11::setCode (const xmltooling::QName *qname)=0 |
Sets the QName content of the element. | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Detail, xmltooling::ElementProxy, SOAP 1.1 detail element) | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Fault, xmltooling::XMLObject, SOAP 1.1 Fault element) | |
soap11::DECL_TYPED_CHILD (Faultcode) | |
soap11::DECL_TYPED_CHILD (Faultstring) | |
soap11::DECL_TYPED_CHILD (Faultactor) | |
soap11::DECL_TYPED_CHILD (Detail) | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Body, xmltooling::ElementProxy, SOAP 1.1 Body element) | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Header, xmltooling::ElementProxy, SOAP 1.1 Header element) | |
soap11::BEGIN_XMLOBJECT (XMLTOOL_API, Envelope, xmltooling::AttributeExtensibleXMLObject, SOAP 1.1 Envelope element) | |
soap11::DECL_TYPED_CHILD (Header) | |
soap11::DECL_TYPED_CHILD (Body) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Body, xmlconstants::SOAP11ENV_NS, xmlconstants::SOAP11ENV_PREFIX) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Envelope, xmlconstants::SOAP11ENV_NS, xmlconstants::SOAP11ENV_PREFIX) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Fault, xmlconstants::SOAP11ENV_NS, xmlconstants::SOAP11ENV_PREFIX) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Header, xmlconstants::SOAP11ENV_NS, xmlconstants::SOAP11ENV_PREFIX) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Detail, nullptr, nullptr) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Faultactor, nullptr, nullptr) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Faultcode, nullptr, nullptr) | |
soap11::DECL_XMLOBJECTBUILDER (XMLTOOL_API, Faultstring, nullptr, nullptr) | |
void XMLTOOL_API | soap11::registerSOAPClasses () |
Registers builders and validators for SOAP 1.1 classes into the runtime. | |
Variables | |
static xmltooling::QName | soap11::CLIENT |
Client Fault code. | |
static xmltooling::QName | soap11::SERVER |
Server Fault code. | |
static xmltooling::QName | soap11::MUSTUNDERSTAND |
MustUnderstand Fault code. | |
static xmltooling::QName | soap11::VERSIONMISMATCH |
Version Mismatch Fault code. | |
soap11::END_XMLOBJECT | |
static const XMLCh | soap11::TYPE_NAME [] |
detail (type) local name | |
static const XMLCh | soap11::ENCODINGSTYLE_ATTRIB_NAME [] |
encodingStyle attribute name | |
static const XMLCh | soap11::ACTOR_ATTRIB_NAME [] |
Actor header block attribute name. | |
static const XMLCh | soap11::MUSTUNDERSTAND_ATTRIB_NAME [] |
mustUnderstand header block attribute name |
Licensed to the University Corporation for Advanced Internet Development, Inc.
(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.
UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
XMLObjects representing SOAP content
#define DECL_SOAP11OBJECTBUILDER | ( | cname | ) | DECL_XMLOBJECTBUILDER(XMLTOOL_API,cname,xmlconstants::SOAP11ENV_NS,xmlconstants::SOAP11ENV_PREFIX) |
Macro for declaring SOAP builders.
cname | name of class being built |