Public Types | |
typedef std::list< PortType * >::iterator | PortTypeIterator |
typedef std::list< PortType * >::const_iterator | cPortTypeIterator |
Public Member Functions | |
PortType (WsdlParser &w) | |
~PortType () | |
Various Getter methods | |
int | getNumOps (void) const |
const Operation * | getOperation (int index) const |
const Operation * | getOperation (const Qname &name) const |
int | getOperationIndex (const Qname &name) const |
bool | getOperations (Operation::cOpIterator &start, Operation::cOpIterator &finish) const |
binding | |
| |
const Binding * | binding (const std::string &nsp) const |
Various Setter methods | |
void | addOp (Operation *op) |
void | setBinding (Binding *bn) |
Definition at line 30 of file PortType.h.
|
getOperation
Definition at line 128 of file PortType.h. References Qname::getLocalName(), and WsdlPull::WsdlElement::getName(). |
|
getOperation
Definition at line 109 of file PortType.h. Referenced by WsdlPull::WsdlParser::getOperation(). |
|
getOperations
Definition at line 140 of file PortType.h. Referenced by WsdlPull::WsdlParser::getOperations(). |