org.seasar.jca.deploy.impl
クラス ResourceAdapterTagHandlerRule
java.lang.Object
org.seasar.framework.xml.TagHandlerRule
org.seasar.jca.deploy.impl.ResourceAdapterTagHandlerRule
- すべての実装されたインタフェース:
- Serializable
public class ResourceAdapterTagHandlerRule
- extends TagHandlerRule
ra.xmlファイルを解析するTagHandlerを提供します.
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAdapterTagHandlerRule
public ResourceAdapterTagHandlerRule()
- インスタンスを構築します.
pop
protected <T> T pop(TagHandlerContext context,
Class<T> clazz)
TagHandlerContextのスタックから最上位の要素を取り除いて返します.
- 型パラメータ:
T - スタックの要素の型- パラメータ:
context - コンテキストclazz - スタックの要素の型
- 戻り値:
- スタックから取り除かれた要素
peek
protected <T> T peek(TagHandlerContext context,
Class<T> clazz)
TagHandlerContextのスタックから最上位の要素を返します.
- 型パラメータ:
T - スタックの要素の型- パラメータ:
context - コンテキストclazz - スタックの要素の型
- 戻り値:
- スタックの最上位の要素
peekConnectionDefConfig
protected ConnectionDefConfig peekConnectionDefConfig(TagHandlerContext context)
TagHandlerContextのスタックから最上位のConnectionDefConfigを返します.
- パラメータ:
context - コンテキスト
- 戻り値:
- スタックから最上位の
ConnectionDefConfig
peekInboundAdapterConfig
protected InboundAdapterConfig peekInboundAdapterConfig(TagHandlerContext context)
TagHandlerContextのスタックから最上位のInboundAdapterConfigを返します.
- パラメータ:
context - コンテキスト
- 戻り値:
- スタックから最上位の
InboundAdapterConfig
Copyright ? 2005-2008 The Seasar Foundation. All Rights Reserved.