feat2.config
クラス BeanXMLConfig

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ResponseConfigBase
          拡張feat2.config.BeanXMLConfig

public class BeanXMLConfig
extends ResponseConfigBase

beanxmlレスポンスの設定。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
BeanXMLConfig()
           
 
メソッドの概要
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 ObjectRef getRef()
           
 Response getResponseInstance()
           
 Scope getScope()
           
 void setRef(ObjectRef attr)
           
 void setScope(Scope scope)
           
 
クラス feat2.config.ResponseConfigBase から継承したメソッド
getName, setName, validate
 
クラス feat2.config.Config から継承したメソッド
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BeanXMLConfig

public BeanXMLConfig()
メソッドの詳細

getRef

public ObjectRef getRef()

setRef

public void setRef(ObjectRef attr)

getScope

public Scope getScope()

setScope

public void setScope(Scope scope)

getElementName

public java.lang.String getElementName()
クラス Config の記述:
設定ファイルの要素名を返す。

定義:
クラス Config 内の getElementName

getResponseInstance

public Response getResponseInstance()
定義:
クラス ResponseConfigBase 内の getResponseInstance