feat.v1.config
クラス CommandDeclaration
java.lang.Object
feat.v1.config.CommandDeclaration
- すべての実装インタフェース:
- ConfigElement
- public class CommandDeclaration
- extends java.lang.Object
- implements ConfigElement
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandDeclaration
public CommandDeclaration()
getName
public java.lang.String getName()
- 定義:
- インタフェース
ConfigElement
内の getName
getErrorPage
public ResponseDeclaration getErrorPage()
getCommandClass
public java.lang.Class getCommandClass()
getEncoding
public java.lang.String getEncoding()
getPreProcessList
public PreProcessDeclaration[] getPreProcessList()
setPreProcess
public void setPreProcess(java.lang.String p)
getPreProcessFunctions
public Function[] getPreProcessFunctions()
getResponsePointer
public ResponsePointer getResponsePointer(java.lang.String mappedName)
- このコマンドにマッピングされたレスポンスへのポインタを返す。
- パラメータ:
mappedName
-
- 戻り値:
- 存在しない名前を指定したときはnullを返す
getResponseNames
public java.lang.String[] getResponseNames()
- このコマンドにマッピングされたレスポンスのマッピング名の一覧を返す。
- 戻り値:
getFeatureDeclaration
public FeatureDeclaration getFeatureDeclaration()
postset
public void postset(IUnmarshallingContext uctx)
init
public void init()
throws InitializationException
- 定義:
- インタフェース
ConfigElement
内の init
- 例外:
InitializationException
validate
public void validate()
throws InitializationException
- 定義:
- インタフェース
ConfigElement
内の validate
- 例外:
InitializationException