org.apache.examples.impl
Class ProxyLoggingInterceptorFactory

java.lang.Object
  extended by org.apache.examples.impl.ProxyLoggingInterceptorFactory
All Implemented Interfaces:
org.apache.hivemind.ServiceInterceptorFactory

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

Creates a simple, proxy-based interceptor that mimics most (but not all) of the behavior of LoggingInterceptorFactory.

Author:
Howard Lewis Ship

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

Constructor Detail

ProxyLoggingInterceptorFactory

public ProxyLoggingInterceptorFactory()
Method Detail

createInterceptor

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