#include <it_bus/operation.h>
Inheritance diagram for IT_Bus::Operation:
Definition at line 67 of file operation.h.
Public Member Functions | |
Operation (Port &port, const IT_WSDL::WSDLPort &wsdl_port) | |
Constructor. | |
virtual | ~Operation () |
Destructor. | |
virtual Port & | get_port () |
Returns a reference to the IT_Bus::Port provided to the constructor. | |
virtual const IT_WSDL::WSDLPort & | get_wsdl_port () const |
Returns a reference to the IT_WSDL::WSDLPort provided to the constructor. |
|
Constructor.
|
|
Returns a reference to the IT_Bus::Port provided to the constructor. Application code may use the Port instance to obtain transport configuration information.
|
|
Returns a reference to the IT_WSDL::WSDLPort provided to the constructor.
|