|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.foundation.servlet.ServiceResponse
public class ServiceResponse
Webサービス呼び出しの応答を格納する。
| コンストラクタの概要 | |
|---|---|
ServiceResponse(int responseCode,
int responseBytes)
コンストラクタ。 |
|
ServiceResponse(int responseCode,
int responseBytes,
String faultCode,
String faultString)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object value)
|
String |
getFaultCode()
SOAPのfaultCodeを取得する。 |
String |
getFaultString()
SOAPのfaultStringを取得する。 |
int |
getResponseBytes()
レスポンスサイズを取得する。 |
int |
getResponseCode()
レスポンスコードを取得する。 |
int |
hashCode()
|
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ServiceResponse(int responseCode,
int responseBytes)
responseCode - レスポンスコードresponseBytes - レスポンスのサイズ
public ServiceResponse(int responseCode,
int responseBytes,
String faultCode,
String faultString)
responseCode - レスポンスコードresponseBytes - レスポンスのサイズfaultCode - SOAPのfaultCodefaultString - SOAPのfaultString| メソッドの詳細 |
|---|
public boolean equals(Object value)
Object 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toStringpublic int getResponseCode()
public int getResponseBytes()
public String getFaultCode()
public String getFaultString()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||