|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.veritrans.tercerog.mdk.connection.SettlementDemandServlet
public class SettlementDemandServlet
決済要求 Servlet呼び出しクラス。 SSL通信にのみ対応。
フィールドの概要 | |
---|---|
static int |
SEND_GET
GET方式で送信することを示す定数 |
static int |
SEND_POST
POST方式で送信することを示す定数 |
コンストラクタの概要 | |
---|---|
SettlementDemandServlet(SSLConfigurator sslConf,
String userAgent)
Servletで決済要求を行うためのクラスのコンストラクタ。 |
メソッドの概要 | |
---|---|
void |
execute(int send,
URL url,
String jsonValues)
決済要求サービスのサーブレットクラスを呼び出す。 |
String |
getResultBody()
電文から取得したボディ情報を取得する。 |
String |
getResultHeader()
電文から取得したヘッダ情報を取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int SEND_GET
public static final int SEND_POST
コンストラクタの詳細 |
---|
public SettlementDemandServlet(SSLConfigurator sslConf, String userAgent) throws Exception
sslConf
- SSL送信するためのコンフィグクラスuserAgent
- User-Agent情報
Exception
メソッドの詳細 |
---|
public void execute(int send, URL url, String jsonValues) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, FileNotFoundException, IOException, UnrecoverableKeyException, KeyManagementException, UnknownHostException, Exception
send
- 送信方式(SEND_GET or SEND_POST)url
- 送信するURLjsonValues
- JSON形式のリクエストパラメータ
KeyStoreException
NoSuchAlgorithmException
CertificateException
FileNotFoundException
IOException
UnrecoverableKeyException
KeyManagementException
UnknownHostException
Exception
public String getResultHeader()
public String getResultBody()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |