#include <Message.h>
Inheritance diagram for Message:
Public Member Functions | ||||
Message (WsdlParser &w) | ||||
~Message () | ||||
getNumParts | ||||
| ||||
int | getNumParts (void) const | |||
getPartIndex | ||||
| ||||
int | getPartIndex (std::string &nam) const | |||
int | getPartType (int index) const | |||
int | getPartType (const std::string &nam) const | |||
const Element * | getPartElement (int index) const | |||
const Part * | getMessagePart (size_t index) const | |||
const Part * | getMessagePart (const std::string &nam) const | |||
int | getPartContentSchemaId (int index) const | |||
int | getPartContentSchemaId (const std::string &nam) const | |||
std::string | getPartName (int index) const | |||
Part::PartRefType | getPartRefType (const std::string &nam) const | |||
Part::PartRefType | getPartRefType (int index) const | |||
Various Setter methods | ||||
void | addPart (std::string pname, Part::PartRefType reftype, void *d, int schema_id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|