Inheritance diagram for IT_WS_ORB::CORBAWSDLExtensionElement:

Definition at line 20 of file corba_wsdl_extension_element.h.
Public Member Functions | |
| CORBAWSDLExtensionElement (IT_WSDL::WSDLExtensibleNode *the_node) | |
| Base class for CORBA related WSDL extension elements. | |
| virtual const IT_Bus::QName & | get_element_name () const |
| Returns the QName of the extension element. | |
| virtual const IT_Bus::String & | get_target_namespace () const |
| Returns the targetNamespace of the WSDL file containing an element represented by this extension element. | |
| virtual void | write (IT_Bus::XMLOutputStream &stream) const throw ((IT_Bus::IOException)) |
| Writes the attributes for the node to the stream specified. | |
| virtual void | read (const IT_Bus::QName &, IT_Bus::ComplexTypeReader &) throw ((IT_Bus::DeserializationException)) |
| No implementation. | |
| virtual void | write (const IT_Bus::QName &, IT_Bus::ComplexTypeWriter &) const throw ((IT_Bus::SerializationException)) |
| Not implemented. | |
| virtual IT_Bus::AnyType & | copy (const IT_Bus::AnyType &) |
| Returns reference to itself. | |
Protected Attributes | |
| IT_WSDL::WSDLExtensibleNode * | m_wsdl_extensible_node |
| virtual const IT_Bus::QName& IT_WS_ORB::CORBAWSDLExtensionElement::get_element_name | ( | ) | const [virtual] |
Returns the QName of the extension element.
Prefix: corba Where corba represents the actual prefix http://schemas.iona.com/bindings/corba Local part: address Namespace URL: xmlns:corba="http://schemas.iona.com/bindings/corba"
Implements IT_WSDL::WSDLNode.
| virtual const IT_Bus::String& IT_WS_ORB::CORBAWSDLExtensionElement::get_target_namespace | ( | ) | const [virtual] |
Returns the targetNamespace of the WSDL file containing an element represented by this extension element.
NOTE: This method is incorrectly implemented in all releases of Artix; the method is an infinite loop. DO NOT CALL THIS METHOD.
Reimplemented from IT_Bus::XMLNode.
| virtual void IT_WS_ORB::CORBAWSDLExtensionElement::write | ( | IT_Bus::XMLOutputStream & | stream | ) | const throw ((IT_Bus::IOException)) [virtual] |
Writes the attributes for the node to the stream specified.
| A | reference to the desired stream. |
Reimplemented from IT_WSDL::WSDLExtensionElement.
Reimplemented in IT_WS_ORB::CORBAWSDLAddress.
| virtual void IT_WS_ORB::CORBAWSDLExtensionElement::read | ( | const IT_Bus::QName & | , | |
| IT_Bus::ComplexTypeReader & | ||||
| ) | throw ((IT_Bus::DeserializationException)) [inline, virtual] |
No implementation.
| IT_Bus::DeserializationException |
Reimplemented from IT_WSDL::WSDLExtensionElement.
Reimplemented in IT_WS_ORB::CORBAWSDLAddress.
Definition at line 91 of file corba_wsdl_extension_element.h.
| virtual IT_Bus::AnyType& IT_WS_ORB::CORBAWSDLExtensionElement::copy | ( | const IT_Bus::AnyType & | ) | [inline, virtual] |
Returns reference to itself.
| AnyType | that is not used in the code. |
Reimplemented from IT_WSDL::WSDLExtensionElement.
Reimplemented in IT_WS_ORB::CORBAWSDLAddress.
Definition at line 119 of file corba_wsdl_extension_element.h.
1.5.1-p1