org.jboss.util.coerce
Class BoundCoercionHandler

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

public abstract class BoundCoercionHandler
extends CoercionHandler (src)

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


Constructor Summary
BoundCoercionHandler()
           
 
Method Summary
abstract  java.lang.Class getType()
          Get the target class type for this CoercionHandler.
 
Methods inherited from class org.jboss.util.coerce.CoercionHandler (src)
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 java.lang.Class getType()
Get the target class type for this CoercionHandler.

Overrides:
getType in class CoercionHandler (src)
Returns:
Class type