|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.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
内の equals
public int hashCode()
Object
内の hashCode
public String toString()
Object
内の toString
public int getResponseCode()
public int getResponseBytes()
public String getFaultCode()
public String getFaultString()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |