表6-3に、使用できるConnectRefインタフェースのメソッドの概要を示します。
デストラクタです。SOAP接続オブジェクトを破棄し、関連付けられていたリソースをすべて解放します。
構文
~ConnectRef() throw (SoapException);
SOAPメッセージを送信し、レスポンスを待機します。
構文
DocumentRef< Node>* call( DocumentRef< Node>& msg) throw (SoapException);
パラメータ | 説明 |
---|---|
msg |
送信するSOAPメッセージ |
戻り値
(DocumentRef) 戻されるメッセージ。