#include <PortType.h>
Inheritance diagram for PortType:
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) |
|
|
|
|
|
|
|
|
|
|
|
getOperation
|
|
getOperation
|
|
|
|
getOperations
|
|
|
|
|
|
|