|
wsdlpull
1.23
|
#include <Message.h>
Public Types | |
| enum | PartRefType { None, Elem, Type } |
Public Member Functions | |
| Part (const std::string &n) | |
| ~Part () | |
| PartRefType | refType () const |
| std::string | name () const |
| int | type () const |
| const Element * | element () const |
| int | schemaId () const |
| void | setPartType (int typeId, int schema) |
| void | setPartElement (const Element *e, int schema) |
|
inline |
Definition at line 199 of file Message.h.
Referenced by WsdlPull::Message::getPartRefType().
|
inline |
Definition at line 205 of file Message.h.
Referenced by WsdlPull::WsdlInvoker::getServiceEndPoint().
| int WsdlPull::Part::type | ( | ) | const |
Definition at line 126 of file Message.cpp.
References Schema::Element::getType().
Referenced by WsdlPull::WsdlInvoker::buildXmlTree(), WsdlPull::Message::getPartType(), and WsdlPull::WsdlInvoker::getServiceEndPoint().
| const Element * WsdlPull::Part::element | ( | ) | const |
Definition at line 137 of file Message.cpp.
Referenced by WsdlPull::WsdlInvoker::getServiceEndPoint().
|
inline |
Definition at line 212 of file Message.h.
Referenced by WsdlPull::WsdlInvoker::buildXmlTree(), WsdlPull::Message::getPartContentSchemaId(), and WsdlPull::WsdlInvoker::getServiceEndPoint().
| void WsdlPull::Part::setPartType | ( | int | typeId, |
| int | schema | ||
| ) |
Definition at line 109 of file Message.cpp.
Referenced by WsdlPull::Message::addPart().
| void WsdlPull::Part::setPartElement | ( | const Element * | e, |
| int | schema | ||
| ) |
Definition at line 117 of file Message.cpp.
Referenced by WsdlPull::Message::addPart().
1.8.13