#include <Operation.h>
Inheritance diagram for WsdlPull::Operation:
Public Types | |
typedef std::vector< Operation * >::iterator | OpIterator |
typedef std::vector< Operation * >::const_iterator | cOpIterator |
Public Member Functions | |
Operation (WsdlParser &w, PortType *pt) | |
~Operation () | |
void | setMessage (const Message *message, WsdlPull::MessageType type) |
void | print (std::ostream &out) |
Various Getter methods | |
const Message * | getMessage (WsdlPull::MessageType type) const |
Optype | getType () const |
const PortType * | portType () const |
|
|
|
|
|
|
|
|
|
getMessage
|
|
getOptype
|
|
portType
|
|
|
|
Reimplemented from WsdlPull::WsdlElement. |