org.dyndns.nuda.mapper.helper
クラス CommandAcceptorHelper

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.helper.CommandAcceptorHelper

public class CommandAcceptorHelper
extends java.lang.Object

コマンド受領オブジェクト用ヘルパークラスです

作成者:
nkoseki

コンストラクタの概要
CommandAcceptorHelper()
           
 
メソッドの概要
static CommandAcceptor getAcceptor(java.lang.Class<?> decClass)
          引数に指定されたクラスオブジェクトを生成元としてコマンド受領オブジェクトを生成して返します
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CommandAcceptorHelper

public CommandAcceptorHelper()
メソッドの詳細

getAcceptor

public static CommandAcceptor getAcceptor(java.lang.Class<?> decClass)
引数に指定されたクラスオブジェクトを生成元としてコマンド受領オブジェクトを生成して返します

パラメータ:
decClass - コマンド受領オブジェクトの生成元となるクラスオブジェクト
戻り値:
コマンド受領オブジェクト