#include <Message.h>
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) |
Definition at line 63 of file Message.h.
WsdlPull::Message::Message | ( | WsdlParser & | w | ) | [inline] |
int WsdlPull::Message::getNumParts | ( | void | ) | const [inline] |
int WsdlPull::Message::getPartIndex | ( | std::string & | nam | ) | const |
int WsdlPull::Message::getPartType | ( | int | index | ) | const [inline] |
int WsdlPull::Message::getPartType | ( | const std::string & | nam | ) | const |
const Element * WsdlPull::Message::getPartElement | ( | int | index | ) | const [inline] |
const Part * WsdlPull::Message::getMessagePart | ( | size_t | index | ) | const |
Definition at line 85 of file Message.cpp.
Referenced by getPartContentSchemaId(), and getPartType().
const Part * WsdlPull::Message::getMessagePart | ( | const std::string & | nam | ) | const |
Definition at line 55 of file Message.cpp.
int WsdlPull::Message::getPartContentSchemaId | ( | int | index | ) | const [inline] |
int WsdlPull::Message::getPartContentSchemaId | ( | const std::string & | nam | ) | const |
Definition at line 75 of file Message.cpp.
References getMessagePart(), and WsdlPull::Part::schemaId().
std::string WsdlPull::Message::getPartName | ( | int | index | ) | const [inline] |
Part::PartRefType WsdlPull::Message::getPartRefType | ( | const std::string & | nam | ) | const |
Part::PartRefType WsdlPull::Message::getPartRefType | ( | int | index | ) | const |
Definition at line 38 of file Message.cpp.
void WsdlPull::Message::addPart | ( | std::string | pname, | |
Part::PartRefType | reftype, | |||
void * | d, | |||
int | schema_id | |||
) |