Uses of Interface
com.tzavellas.dyndelegate.ThrowableConverter

Uses of ThrowableConverter in com.tzavellas.dyndelegate
 

Classes in com.tzavellas.dyndelegate that implement ThrowableConverter
 class EJBExceptionConverter
          A ThrowableConverter implementation suitable for converting Exceptions in Business Delegate implementations.
 class RuntimeExceptionWrapper
          Wrap any java.lang.Throwable inside a java.lang.RuntimeException.
 

Methods in com.tzavellas.dyndelegate with parameters of type ThrowableConverter
 void DynamicDelegateFactory.setExceptionConverter(ThrowableConverter exceptionConverter)
          Set the ThrowableConverter to use with this factory.
 

Constructors in com.tzavellas.dyndelegate with parameters of type ThrowableConverter
DynamicDelegateFactory(ThrowableConverter exceptionConverter, EJBHomeFactory homeFactory)
          Construct a DynamicDelegateFactory using the specified ThrowableConverter and EJBHomeFactory.
 



Copyright © 2005-2009 spiros.blog(). All Rights Reserved.