net.sourceforge.hiveutils.service.impl
Class ExceptionMappingInterceptorFactory

java.lang.Object
  extended by net.sourceforge.hiveutils.service.impl.ExceptionMappingInterceptorFactory
All Implemented Interfaces:
org.apache.hivemind.ServiceInterceptorFactory

public class ExceptionMappingInterceptorFactory
extends java.lang.Object
implements org.apache.hivemind.ServiceInterceptorFactory

This service creates service interceptors that allow to map an exception to another.

Author:
Jean-Francois Poilpret

Constructor Summary
ExceptionMappingInterceptorFactory()
           
 
Method Summary
 void createInterceptor(org.apache.hivemind.InterceptorStack stack, org.apache.hivemind.internal.Module invokingMod, java.util.List parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionMappingInterceptorFactory

public ExceptionMappingInterceptorFactory()
Method Detail

createInterceptor

public void createInterceptor(org.apache.hivemind.InterceptorStack stack,
                              org.apache.hivemind.internal.Module invokingMod,
                              java.util.List parameters)
Specified by:
createInterceptor in interface org.apache.hivemind.ServiceInterceptorFactory