xmltooling 1.4.1
|
XMLObjects representing SOAP content. 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. |
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 |