Classes | |
class | Part |
class | Message |
class | Operation |
class | PortType |
class | Service |
class | Soap |
class | WsdlElement |
class | WsdlException |
class | WsdlExtension |
struct | Parameter |
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) |
template<> | |
std::vector< std::string > | WsdlInvoker::getValues< std::string > (const std::string &xpath) |
bool | isValidWsdlElement (int id) |
Variables | |
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 |
bool WsdlPull::isValidWsdlElement | ( | int | id | ) |
Definition at line 404 of file WsdlParser.cpp.
std::string WsdlPull::WsdlInvoker::getValue< std::string > | ( | const std::string & | xpath | ) | [inline] |
std::vector<std::string> WsdlPull::WsdlInvoker::getValues< std::string > | ( | const std::string & | xpath | ) | [inline] |
const std::string WsdlPull::wsdlUri = "http://schemas.xmlsoap.org/wsdl/" |
Definition at line 39 of file WsdlParser.h.