|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.commons.ws.Protocols
public class Protocols
サービスグリッドで扱うプロトコルの例を定義する。 プロトコルは文字列で表現するため、ここにあるプロトコル以外も可能な限り対応される。
フィールドの概要 | |
---|---|
static String |
DEFAULT
デフォルト。 |
static String |
JAVA_CALL
Java直接呼び出し。 |
static String |
PROTOBUF_RPC
ProtocolBuffersで定義されたRPC。 |
static String |
SOAP_DOCLIT_WRAPPED
DOCUMENT/LITERAL WRAPPEDスタイルのSOAP。 |
static String |
SOAP_RPCENCODED
RPC/ENCODEDスタイルのSOAP。 |
コンストラクタの概要 | |
---|---|
Protocols()
|
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String SOAP_RPCENCODED
public static final String SOAP_DOCLIT_WRAPPED
public static final String PROTOBUF_RPC
public static final String JAVA_CALL
public static final String DEFAULT
コンストラクタの詳細 |
---|
public Protocols()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |