#include <Service.h>
Inheritance diagram for WsdlPull::Service:
Public Types | |
typedef std::list< ServicePort >::const_iterator | cServicePortIterator |
Public Member Functions | |
Service (WsdlParser &w) | |
Various getter/setter methods | |
void | addPort (const std::string &name, const Binding *bn, int serviceExtId) |
int | getPortExtension (const std::string &name) const |
const Binding * | getPortBinding (const std::string &name) const |
void | getPortBindings (cServicePortIterator &from, cServicePortIterator &to) const |
std::list< std::string > | getPorts () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|