org.apache.hivemind.definition
Interface InterceptorConstructor

All Superinterfaces:
Locatable
All Known Implementing Classes:
AbstractServiceInterceptorConstructor

public interface InterceptorConstructor
extends Locatable

Creates a service interceptor for a service point.

Author:
Achim Huegen

Method Summary
 void constructServiceInterceptor(InterceptorStack interceptorStack, Module contributingModule)
          Creates a new core service implementation.
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Method Detail

constructServiceInterceptor

void constructServiceInterceptor(InterceptorStack interceptorStack,
                                 Module contributingModule)
Creates a new core service implementation.



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