org.jboss.soa.esb.services.registry
Interface RegistryInterceptor

All Superinterfaces:
Registry
All Known Implementing Classes:
AbstractRegistryInterceptor

public interface RegistryInterceptor
extends Registry

Interface implemented by interceptors added to the underlying registry. These interceptors will provide additional functionality such as caching, InVm etc.

Author:
Kevin Conner

Method Summary
 void setRegistry(Registry registry)
          Initialise the registry or interceptor that is next in the chain.
 
Methods inherited from interface org.jboss.soa.esb.services.registry.Registry
findAllServices, findEPR, findEPRs, findServices, registerEPR, unRegisterEPR, unRegisterService
 

Method Detail

setRegistry

void setRegistry(Registry registry)
Initialise the registry or interceptor that is next in the chain.

Parameters:
registry - The next entry in the chain or null if dismantling.