org.seasar.remoting.common.customizer
クラス RemotingInterceptorCustomizer

java.lang.Object
  拡張org.seasar.remoting.common.customizer.RemotingInterceptorCustomizer
すべての実装インタフェース:
org.seasar.framework.container.ComponentCustomizer

public class RemotingInterceptorCustomizer
extends Object
implements org.seasar.framework.container.ComponentCustomizer

SMART deployにおいてRemotingInterceptorのコンポーネント定義を カスタマイズするためのコンポーネントカスタマイザです。

作成者:
koichik

フィールドの概要
protected  String connectorName
           
static String connectorName_BINDING
           
static String REMOTING_INTERCEPTOR_CLASS_NAME
           
 
コンストラクタの概要
RemotingInterceptorCustomizer()
           
 
メソッドの概要
 void customize(org.seasar.framework.container.ComponentDef componentDef)
          コンポーネント定義をカスタマイズします。
 void setConnectorName(String connectorName)
          リモート呼び出しに使用するConnectorのコンポーネント名を設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

REMOTING_INTERCEPTOR_CLASS_NAME

public static final String REMOTING_INTERCEPTOR_CLASS_NAME
関連項目:
定数フィールド値

connectorName_BINDING

public static final String connectorName_BINDING
関連項目:
定数フィールド値

connectorName

protected String connectorName
コンストラクタの詳細

RemotingInterceptorCustomizer

public RemotingInterceptorCustomizer()
メソッドの詳細

setConnectorName

public void setConnectorName(String connectorName)
リモート呼び出しに使用するConnectorのコンポーネント名を設定します。

パラメータ:
connectorName - リモート呼び出しに使用するConnectorのコンポーネント名

customize

public void customize(org.seasar.framework.container.ComponentDef componentDef)
コンポーネント定義をカスタマイズします。

RemotingInterceptorのコンポーネント定義にConnectorをインジェクションするための 設定をプロパティ定義を追加します.

定義:
インタフェース org.seasar.framework.container.ComponentCustomizer 内の customize


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