mUPnP for C++
|
Functions | |
mupnp_shared_ptr< uXML::Node > | CreateEnvelopeBodyNode () |
const char * | GetHeader (const std::string &content, std::string &header) |
const char * | GetEncording (const std::string &content, std::string &encording) |
bool | IsEncording (const std::string &content, const std::string &encType) |
Variables | |
const char | ENVELOPE [] = "Envelope" |
const char | BODY [] = "Body" |
const char | RESPONSE [] = "Response" |
const char | FAULT [] = "Fault" |
const char | FAULT_CODE [] = "faultcode" |
const char | FAULT_STRING [] = "faultstring" |
const char | FAULTACTOR [] = "faultactor" |
const char | DETAIL [] = "detail" |
const char | RESULTSTATUS [] = "ResultStatus" |
const char | UPNP_ERROR [] = "UPnPError" |
const char | ERROR_CODE [] = "errorCode" |
const char | ERROR_DESCRIPTION [] = "errorDescription" |
const char | XMLNS [] = "s" |
const char | METHODNS [] = "u" |
const char | DELIM [] = ":" |
const char | XMLNS_URL [] = "http://schemas.xmlsoap.org/soap/envelope/" |
const char | ENCSTYLE_URL [] = "http://schemas.xmlsoap.org/soap/encoding/" |
const char | CONTENT_TYPE [] = "text/xml; charset=\"utf-8\"" |
const char | ENCORDING [] = "encoding" |
const char | UTF_8 [] = "utf-8" |
const char | VERSION_HEADER [] = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" |
mupnp_shared_ptr< uXML::Node > uSOAP::SOAP::CreateEnvelopeBodyNode | ( | ) |
const char * uSOAP::SOAP::GetEncording | ( | const std::string & | content, |
std::string & | encording ) |
const char * uSOAP::SOAP::GetHeader | ( | const std::string & | content, |
std::string & | header ) |
bool uSOAP::SOAP::IsEncording | ( | const std::string & | content, |
const std::string & | encType ) |
const char uSOAP::SOAP::BODY[] = "Body" |
const char uSOAP::SOAP::CONTENT_TYPE[] = "text/xml; charset=\"utf-8\"" |
const char uSOAP::SOAP::DELIM[] = ":" |
const char uSOAP::SOAP::DETAIL[] = "detail" |
const char uSOAP::SOAP::ENCORDING[] = "encoding" |
const char uSOAP::SOAP::ENCSTYLE_URL[] = "http://schemas.xmlsoap.org/soap/encoding/" |
const char uSOAP::SOAP::ENVELOPE[] = "Envelope" |
const char uSOAP::SOAP::ERROR_CODE[] = "errorCode" |
const char uSOAP::SOAP::ERROR_DESCRIPTION[] = "errorDescription" |
const char uSOAP::SOAP::FAULT[] = "Fault" |
const char uSOAP::SOAP::FAULT_CODE[] = "faultcode" |
const char uSOAP::SOAP::FAULT_STRING[] = "faultstring" |
const char uSOAP::SOAP::FAULTACTOR[] = "faultactor" |
const char uSOAP::SOAP::METHODNS[] = "u" |
const char uSOAP::SOAP::RESPONSE[] = "Response" |
const char uSOAP::SOAP::RESULTSTATUS[] = "ResultStatus" |
const char uSOAP::SOAP::UPNP_ERROR[] = "UPnPError" |
const char uSOAP::SOAP::UTF_8[] = "utf-8" |
const char uSOAP::SOAP::VERSION_HEADER[] = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" |
const char uSOAP::SOAP::XMLNS[] = "s" |
const char uSOAP::SOAP::XMLNS_URL[] = "http://schemas.xmlsoap.org/soap/envelope/" |