wsdlpull  1.23
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Typedefs | Enumerations | Functions | Variables
WsdlPull Namespace Reference

Classes

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 std::string wsdlUri ="http://schemas.xmlsoap.org/wsdl/"
 

Typedef Documentation

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.

Enumeration Type Documentation

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.

Function Documentation

template<>
std::string WsdlPull::WsdlInvoker::getValue< std::string > ( const std::string &  xpath,
size_t  p_index 
)
inline

Definition at line 460 of file WsdlInvoker.h.

template<>
std::vector<std::string> WsdlPull::WsdlInvoker::getValues< std::string > ( const std::string &  xpath)
inline

Definition at line 489 of file WsdlInvoker.h.

bool WsdlPull::isValidWsdlElement ( int  id)

Definition at line 404 of file WsdlParser.cpp.

Variable Documentation

const std::string WsdlPull::wsdlUri ="http://schemas.xmlsoap.org/wsdl/"

Definition at line 39 of file WsdlParser.h.