#include <it_bus/service_base.h>
Inheritance diagram for IT_Bus::ServiceBase:
Definition at line 32 of file service_base.h.
Public Member Functions | |
virtual Reference & | get_reference ()=0 |
Return a Reference to the service. | |
virtual void | get_endpoint_reference (WS_Addressing::EndpointReferenceType &)=0 |
Return EndpointReferenceType to the service. | |
virtual const Reference & | get_reference () const =0 |
Return a Reference to the service. | |
virtual Port * | get_port (const IT_WSDL::WSDLPort &wsdl_port)=0 throw ((ServiceException)) |
Return a pointer to a specific IT_Bus::Port of the service. | |
virtual const IT_WSDL::WSDLDefinitions & | get_wsdl_definitions () const =0 |
Return a reference to the collection of objects that correspond to the in-memory representation of the WSDL file. | |
virtual const QName & | get_name () const =0 |
Return the QName of the service. | |
virtual const IT_WSDL::WSDLService & | get_wsdl_service () const =0 |
Return a reference to the object that corresponds to the in-memory representation of the service. |
|
Return EndpointReferenceType to the service. WS_Addressing::EndpointReferenceType represents a Web service endpoint and contact information specified in the constructs of <wsa:EndpointReference> structure
|
|
Return the QName of the service.
|
|
Return a pointer to a specific IT_Bus::Port of the service.
|
|
Return a Reference to the service. A Service Reference represents a Web service and contains the endpoint and contact information specified in the <service> and <port> elements of a WSDL file.
|
|
Return a Reference to the service. A Reference represents a Web service and contains the endpoint and contact information specified in the <service> and <port> elements of a WSDL file.
|
|
Return a reference to the collection of objects that correspond to the in-memory representation of the WSDL file.
|
|
Return a reference to the object that corresponds to the in-memory representation of the service.
|