org.seasar.jms.container.binder.impl
クラス PropertyBindingSupport

java.lang.Object
  上位を拡張 org.seasar.jms.container.binder.impl.PropertyBindingSupport
すべての実装されたインタフェース:
BindingSupport

public class PropertyBindingSupport
extends Object
implements BindingSupport

JMSメッセージをリスナコンポーネントのプロパティにバインドするコンポーネントです。

作成者:
koichik

フィールドの概要
protected  PropertyDesc property
          JMSメッセージをバインドする対象のプロパティ
 
コンストラクタの概要
PropertyBindingSupport(PropertyDesc property)
          インスタンスを構築します。
 
メソッドの概要
 void bind(Object target, Object value)
          JMSメッセージをリスナコンポーネントにバインドします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

property

protected PropertyDesc property
JMSメッセージをバインドする対象のプロパティ

コンストラクタの詳細

PropertyBindingSupport

public PropertyBindingSupport(PropertyDesc property)
インスタンスを構築します。

パラメータ:
property - JMSメッセージをバインドする対象のプロパティ
メソッドの詳細

bind

public void bind(Object target,
                 Object value)
インタフェース BindingSupport の記述:
JMSメッセージをリスナコンポーネントにバインドします。

定義:
インタフェース BindingSupport 内の bind
パラメータ:
target - リスナコンポーネント
value - JMSメッセージのヘッダ、プロパティ、またはペイロード


Copyright © 2005-2009 The Seasar Foundation. All Rights Reserved.