#include <SequenceResponse.h>
| wsrm::SequenceResponse::SequenceResponse |
( |
SequenceType::Type |
type = SequenceType::Sequence, |
|
|
const string & |
identifier = "", |
|
|
const string & |
elementName = "name", |
|
|
const string & |
namespaceId = "ns", |
|
|
const string & |
namespaceUri = "uri" |
|
) |
| |
|
protected |
| wsrm::SequenceResponse::~SequenceResponse |
( |
| ) |
|
|
virtual |
| void wsrm::SequenceResponse::AddChild |
( |
const string & |
reference, |
|
|
const wsrm::Nack & |
nack |
|
) |
| |
|
inline |
| void wsrm::SequenceResponse::AddChild |
( |
const string & |
reference, |
|
|
const wsrm::Ack & |
ack |
|
) |
| |
|
inline |
| SequenceResponse * wsrm::SequenceResponse::Deserialize |
( |
DOMNode * |
root, |
|
|
const string & |
messageFilename |
|
) |
| |
|
static |
| const wsrm::Ack& wsrm::SequenceResponse::getAck |
( |
const string & |
reference | ) |
|
|
inline |
| const map< string, wsrm::Ack >& wsrm::SequenceResponse::getAcks |
( |
| ) |
const |
|
inline |
| const wsrm::Nack& wsrm::SequenceResponse::getNack |
( |
const string & |
reference | ) |
|
|
inline |
| const map< string, wsrm::Nack >& wsrm::SequenceResponse::getNacks |
( |
| ) |
const |
|
inline |
| virtual WSSerializable* wsrm::SequenceResponse::internalDeserialize |
( |
const DOMNode * |
root | ) |
|
|
protectedpure virtual |
| virtual string wsrm::SequenceResponse::internalSerialize |
( |
| ) |
const |
|
protectedpure virtual |
| virtual DOMNode* wsrm::SequenceResponse::internalSerialize |
( |
DOMNode * |
root | ) |
const |
|
protectedpure virtual |
| virtual bool wsrm::SequenceResponse::IsAck |
( |
const unsigned long |
sequence | ) |
const |
|
pure virtual |
| virtual bool wsrm::SequenceResponse::IsAck |
( |
const string |
reference | ) |
const |
|
inlinevirtual |
| virtual bool wsrm::SequenceResponse::IsNack |
( |
const string |
reference | ) |
const |
|
pure virtual |
| unsigned int wsrm::SequenceResponse::seqSize |
( |
| ) |
const |
|
inline |
| map< string, wsrm::Ack > wsrm::SequenceResponse::m_DistinctAcks |
|
protected |
| map< string, wsrm::Nack > wsrm::SequenceResponse::m_Nacks |
|
protected |
The documentation for this class was generated from the following files: