#include <extension-wsdl.h>
Collaboration diagram for WSDL_PortType:

Definition at line 115 of file extension-wsdl.h.
Public Member Functions | |
| WSDL_PortType (string portType_name) | |
| constructor | |
| void | addOperation (string operation_name) |
| add an operation to this portType | |
| void | addOperationDetails (string type_name, string message_name, string fault_name="") |
| add details of the current operation | |
Public Attributes | |
| string | name |
| name of the portType | |
| map< string, WSDL_Operation * > | Operations |
| map of all operations | |
| WSDL_Operation * | last |
| pointer to the last (i.e., current) operation | |
1.5.2