站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

BoundCoercionHandler (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.coerce
Class BoundCoercionHandler

java.lang.Object
  extended byorg.jboss.util.coerce.CoercionHandler
      extended byorg.jboss.util.coerce.BoundCoercionHandler
Direct Known Subclasses:
CharacterHandler, ClassHandler, FileHandler

public abstract class BoundCoercionHandler
extends CoercionHandler

A bound CoersionHandler, which is bound to a specific class type.

Version:
$Revision: 1.1 $
Author:
Jason Dillon

Constructor Summary
BoundCoercionHandler()
           
 
Method Summary
abstract  Class getType()
          Get the target class type for this CoercionHandler.
 
Methods inherited from class org.jboss.util.coerce.CoercionHandler
coerce, create, install, install, isInstalled, lookup, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundCoercionHandler

public BoundCoercionHandler()
Method Detail

getType

public abstract Class getType()
Get the target class type for this CoercionHandler.

Overrides:
getType in class CoercionHandler
Returns:
Class type


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.