|
C++ HTTP Stack
0.10
|
SOAP 메소드 정의 클래스 더 자세히 ...
Public 멤버 함수 | |
| CSoapMethod () | |
| ~CSoapMethod () | |
| bool | GetPrototypeCode (const char *pszClassName, std::string &strCode) |
| 헤더 파일과 소스 파일에 저장할 메소드 선언문을 생성한다. | |
| bool | GetCode (const char *pszClassName, CSoapClass *pclsSoap, std::string &strCode) |
| 소스 파일에 메소드 소스 코드를 저장한다. | |
Public 속성 | |
| std::string | m_strName |
| 메소드 이름 | |
| std::string | m_strSoapAction |
| SOAP Action. | |
| SOAP_ARG_LIST | m_clsInputList |
| 메소드 입력 인자 리스트 | |
| SOAP_ARG_LIST | m_clsOutputList |
| 메소드 출력 인자 리스트 | |
SOAP 메소드 정의 클래스
| CSoapMethod::CSoapMethod | ( | ) |
| CSoapMethod::~CSoapMethod | ( | ) |
| SOAP_ARG_LIST CSoapMethod::m_clsInputList |
메소드 입력 인자 리스트
| SOAP_ARG_LIST CSoapMethod::m_clsOutputList |
메소드 출력 인자 리스트
| std::string CSoapMethod::m_strName |
메소드 이름
| std::string CSoapMethod::m_strSoapAction |
SOAP Action.
1.8.1.2