#include <extension-wsdl.h>
Definition at line 141 of file extension-wsdl.h.
Public Member Functions | |
| WSDL_PartnerLinkType (string my_name) | |
| constructor | |
| void | addRole (string role, string portType_name) |
| add a role to this partnerLinkType | |
| void | correctOrder (ASTE *plink) |
| corrects the order of roles when called by the bpel postprocess | |
Public Attributes | |
| string | name |
| name of the partnerLinkType | |
| pair< string, WSDL_PortType * > | myRole |
| myRole (used for receiving communication) | |
| pair< string, WSDL_PortType * > | partnerRole |
| partnerRole (used for invoking communication) | |
| pair< string, WSDL_PortType * > | role1 |
| first temporary placeholder for a role | |
| pair< string, WSDL_PortType * > | role2 |
| second temporary placeholder for a role | |
1.5.2