#include <extension-wsdl.h>
Definition at line 173 of file extension-wsdl.h.
Public Member Functions | |
| bool | checkOperation (WSDL_PartnerLinkType *partnerLinkType, string operation_name) const |
| check an operation | |
| bool | checkPartnerLinkType (WSDL_PartnerLinkType *partnerLinkType, string partnerRole_name) const |
| check a partnerLinkType | |
| bool | checkPortType (string partnerLink, string role, string portType) const |
| check a combination of partnerLink, role and portType | |
| void | checkVariable (ASTE *activity) const |
| check if a given variable has the correct message type/element | |
Public Attributes | |
| map< string, WSDL_PortType * > | portTypes |
| the portTypes of the parsed WSDL file | |
| map< string, WSDL_PartnerLinkType * > | partnerLinkTypes |
| the partnerLinkTypes of the parsed WSDL file | |
| map< string, WSDL_Message * > | messages |
| the messages of the parsed WSDL file | |
1.5.2