wsdlpull 1.23
|
Classes | |
class | Binding |
class | Message |
class | Operation |
struct | Parameter |
class | Part |
class | PortType |
class | Service |
class | Soap |
class | WsdlElement |
class | WsdlException |
class | WsdlExtension |
class | WsdlInvoker |
class | WsdlParser |
Typedefs | |
typedef std::list< const Message * > | MessageList |
typedef std::map< const Message *, std::string > | MessageNameList |
Enumerations | |
enum | Optype { OP_NONE , OP_IN , OP_OUT , OP_IN_OUT , OP_OUT_IN } |
enum | MessageType { Input , Output , Fault } |
Functions | |
template<> | |
std::string | WsdlInvoker::getValue< std::string > (const std::string &xpath, size_t p_index) |
template<> | |
std::vector< std::string > | WsdlInvoker::getValues< std::string > (const std::string &xpath) |
bool | isValidWsdlElement (int id) |
Variables | |
const int | MAX_EXT_ELEM =50 |
const std::string | wsdlUri ="http://schemas.xmlsoap.org/wsdl/" |
typedef std::list<const Message*> WsdlPull::MessageList |
Definition at line 49 of file Operation.h.
typedef std::map<const Message *, std::string> WsdlPull::MessageNameList |
Definition at line 50 of file Operation.h.
enum WsdlPull::Optype |
Enumerator | |
---|---|
OP_NONE | |
OP_IN | |
OP_OUT | |
OP_IN_OUT | |
OP_OUT_IN |
Definition at line 34 of file Operation.h.
Enumerator | |
---|---|
Input | |
Output | |
Fault |
Definition at line 42 of file Operation.h.
|
inline |
Definition at line 459 of file WsdlInvoker.h.
|
inline |
Definition at line 469 of file WsdlInvoker.h.
bool WsdlPull::isValidWsdlElement | ( | int | id | ) |
Definition at line 404 of file WsdlParser.cpp.
const std::string WsdlPull::wsdlUri ="http://schemas.xmlsoap.org/wsdl/" |
Definition at line 39 of file WsdlParser.h.