Uses of Interface
org.apache.hivemind.internal.ServiceInterceptorContribution

Packages that use ServiceInterceptorContribution
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of ServiceInterceptorContribution in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement ServiceInterceptorContribution
 class ServiceInterceptorContributionImpl
          Implementation of ServiceInterceptorContribution.
 

Methods in org.apache.hivemind.impl with parameters of type ServiceInterceptorContribution
 void ServicePointImpl.addInterceptorContribution(ServiceInterceptorContribution contribution)
           
 void InterceptorStackImpl.process(ServiceInterceptorContribution contribution)
          Invoked to process the next interceptor contribution; these should be processed in ascending order.