jp.go.nict.langrid.foundation.servlet
クラス WSDLGeneratorServlet.Parameters

java.lang.Object
  上位を拡張 jp.go.nict.langrid.foundation.servlet.WSDLGeneratorServlet.Parameters
含まれているクラス:
WSDLGeneratorServlet

@ParameterConfig(prefix="langrid.")
public static class WSDLGeneratorServlet.Parameters
extends Object

WSDLGeneratorのパラメータ。

バージョン:
$Revision: 12865 $
作成者:
Takao Nakaguchi, $Author: nakaguchi $

フィールドの概要
 int cacheCapacity
          WSDLのキャッシュ容量(件数)。
 int cacheMaxWsdlSize
          キャッシュ有効期間(秒数)。
 int cacheTtlSec
          キャッシュ有効期間(秒数)。
 
コンストラクタの概要
WSDLGeneratorServlet.Parameters()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

cacheCapacity

@Parameter(name="wsdlCacheCapacity",
           defaultValue="16")
public int cacheCapacity
WSDLのキャッシュ容量(件数)。


cacheTtlSec

@Parameter(name="wsdlCacheTtlSec",
           defaultValue="600")
public int cacheTtlSec
キャッシュ有効期間(秒数)。


cacheMaxWsdlSize

@Parameter(name="wsdlCacheMaxWsdlSize",
           defaultValue="65536")
public int cacheMaxWsdlSize
キャッシュ有効期間(秒数)。

コンストラクタの詳細

WSDLGeneratorServlet.Parameters

public WSDLGeneratorServlet.Parameters()