Licensed to the University Corporation for Advanced Internet Development, Inc. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
#include <xmltooling/ElementProxy.h>
#include <xmltooling/util/XMLConstants.h>
Classes | |
class | soap11::Faultstring |
SOAP 1.1 faultstring element. More... | |
class | soap11::Faultactor |
SOAP 1.1 faultactor element. More... | |
class | soap11::Faultcode |
SOAP 1.1 faultcode element. More... | |
class | soap11::Detail |
SOAP 1.1 detail element. More... | |
class | soap11::Fault |
SOAP 1.1 Fault element. More... | |
class | soap11::Body |
SOAP 1.1 Body element. More... | |
class | soap11::Header |
SOAP 1.1 Header element. More... | |
class | soap11::Envelope |
SOAP 1.1 Envelope element. More... | |
class | soap11::BodyBuilder |
Builder for Body objects. More... | |
class | soap11::EnvelopeBuilder |
Builder for Envelope objects. More... | |
class | soap11::FaultBuilder |
Builder for Fault objects. More... | |
class | soap11::HeaderBuilder |
Builder for Header objects. More... | |
class | soap11::DetailBuilder |
Builder for Detail objects. More... | |
class | soap11::FaultactorBuilder |
Builder for Faultactor objects. More... | |
class | soap11::FaultcodeBuilder |
Builder for Faultcode objects. More... | |
class | soap11::FaultstringBuilder |
Builder for Faultstring objects. More... | |
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 | |
void | soap11::registerSOAPClasses () |
Registers builders and validators for SOAP 1.1 classes into the runtime. |
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 |