jp.go.nict.langrid.commons.ws
クラス Constants

java.lang.Object
  上位を拡張 jp.go.nict.langrid.commons.ws.Constants

public final class Constants
extends Object

システムで利用する定数を宣言するクラス。

バージョン:
$Revision: 12153 $
作成者:
$Author: Takao Nakaguchi $

フィールドの概要
static String BPEL_URI
          BPEL(BPEL4WS1.1)の名前空間を識別するURI。
static String HEADER_AUTHORIZATION
          HTTP認証ヘッダ。
static String PLNK_URI
          PLNKの名前空間を識別するURI。
static String PLNK_URI_2
          WSDL2.0でのPLNKの名前空間を識別するURI。
static String WSBPEL_2_0_URI
          WSBPEL2.0の名前空間を識別するURI。
static String WSDD_URI
          Axis WSDDの名前空間を識別するURI。
static String WSDL_URI
          WSDLの名前空間を識別するURI。
static String WSDLSOAP_URI
          WSDLSOAPの名前空間を識別するURI。
 
コンストラクタの概要
Constants()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BPEL_URI

public static final String BPEL_URI
BPEL(BPEL4WS1.1)の名前空間を識別するURI。

関連項目:
定数フィールド値

WSBPEL_2_0_URI

public static final String WSBPEL_2_0_URI
WSBPEL2.0の名前空間を識別するURI。

関連項目:
定数フィールド値

WSDL_URI

public static final String WSDL_URI
WSDLの名前空間を識別するURI。

関連項目:
定数フィールド値

WSDLSOAP_URI

public static final String WSDLSOAP_URI
WSDLSOAPの名前空間を識別するURI。

関連項目:
定数フィールド値

PLNK_URI

public static final String PLNK_URI
PLNKの名前空間を識別するURI。

関連項目:
定数フィールド値

PLNK_URI_2

public static final String PLNK_URI_2
WSDL2.0でのPLNKの名前空間を識別するURI。

関連項目:
定数フィールド値

WSDD_URI

public static final String WSDD_URI
Axis WSDDの名前空間を識別するURI。

関連項目:
定数フィールド値

HEADER_AUTHORIZATION

public static final String HEADER_AUTHORIZATION
HTTP認証ヘッダ。

関連項目:
定数フィールド値
コンストラクタの詳細

Constants

public Constants()