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
クラス 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-2007 The Seasar Foundation. All Rights Reserved.