org.apache.hivemind.internal
Class AbstractServiceInterceptorConstructor

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.internal.AbstractServiceInterceptorConstructor
All Implemented Interfaces:
InterceptorConstructor, Locatable, LocationHolder

public abstract class AbstractServiceInterceptorConstructor
extends BaseLocatable
implements InterceptorConstructor

Ancestor for implementions of InterceptorConstructor.

Author:
Achim Huegen

Constructor Summary
AbstractServiceInterceptorConstructor(Location location)
           
 
Method Summary
abstract  void constructServiceInterceptor(InterceptorStack interceptorStack, Module contributingModule)
          Creates a new core service implementation.
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

AbstractServiceInterceptorConstructor

public AbstractServiceInterceptorConstructor(Location location)
Method Detail

constructServiceInterceptor

public abstract void constructServiceInterceptor(InterceptorStack interceptorStack,
                                                 Module contributingModule)
Description copied from interface: InterceptorConstructor
Creates a new core service implementation.

Specified by:
constructServiceInterceptor in interface InterceptorConstructor


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.