fintp_ws
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wsrm::Nack Class Reference

#include <Nack.h>

Inheritance diagram for wsrm::Nack:

Public Member Functions

 Nack (const string &faultCode="")
 
 ~Nack ()
 
string getErrorCode () const
 
- Public Member Functions inherited from WSSerializable
 WSSerializable (const string &elementName="name", const string &namespaceId="ns", const string &namespaceUri="uri")
 
virtual ~WSSerializable ()
 
string Serialize () const
 
DOMNode * Serialize (DOMNode *root) const
 
WSSerializableDeserialize (const DOMNode *data) const
 
string getElementName () const
 
string getNamespaceId () const
 
string getNamespaceUri () const
 

Protected Member Functions

string internalSerialize () const
 
DOMNode * internalSerialize (DOMNode *root) const
 
WSSerializableinternalDeserialize (const DOMNode *data)
 

Private Attributes

string m_ErrorCode
 

Additional Inherited Members

- Protected Attributes inherited from WSSerializable
string m_ElementName
 
string m_NamespaceId
 
string m_NamespaceUri
 

Constructor & Destructor Documentation

wsrm::Nack::Nack ( const string &  faultCode = "")
wsrm::Nack::~Nack ( )

Member Function Documentation

string wsrm::Nack::getErrorCode ( ) const
inline
WSSerializable * wsrm::Nack::internalDeserialize ( const DOMNode *  data)
protectedvirtual

Implements WSSerializable.

string wsrm::Nack::internalSerialize ( ) const
protectedvirtual

Implements WSSerializable.

DOMNode * wsrm::Nack::internalSerialize ( DOMNode *  root) const
protectedvirtual

Reimplemented from WSSerializable.

Member Data Documentation

string wsrm::Nack::m_ErrorCode
private

The documentation for this class was generated from the following files: