|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SOAPClient
This object represents a SOAP Client and is used to send web service requests using SOAP Message over http/https protocol. Different implementations use the deployed endpoint information to construct the physical SOAP message.
メソッドの概要 | |
---|---|
void |
init(Endpoint endpointInfo)
Initializes the SOAPClient. |
SOAPWrapper |
invokeService(SOAPWrapper requestWrapper)
Processes the web service request. |
メソッドの詳細 |
---|
void init(Endpoint endpointInfo)
endpointInfo
- - deployed endpoint informationSOAPWrapper invokeService(SOAPWrapper requestWrapper) throws java.lang.Exception
requestWrapper
- soap message wrapper for request message
java.lang.Exception
- if the service could not be successfully invoked.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |