Uses of Interface
org.eclipse.swordfish.core.util.ReadOnlyRegistry

Packages that use ReadOnlyRegistry
org.eclipse.swordfish.core.planner.strategy   
org.eclipse.swordfish.core.util   
org.eclipse.swordfish.internal.core.configuration   
org.eclipse.swordfish.internal.core.event   
org.eclipse.swordfish.internal.core.exception   
org.eclipse.swordfish.internal.core.planner   
org.eclipse.swordfish.internal.core.util   
org.eclipse.swordfish.plugins.planner.policy   
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.core.planner.strategy
 

Methods in org.eclipse.swordfish.core.planner.strategy with parameters of type ReadOnlyRegistry
 java.util.List<Interceptor> FilterStrategy.filter(java.util.List<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, java.util.List<Hint<?>> hints)
          Create and return an interceptor chain with the interceptors which shall process subsequent message exchanges.
 java.util.List<Interceptor> SortingStrategy.sort(java.util.Set<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, javax.jbi.messaging.MessageExchange exchange)
          Create and return an interceptor chain with the interceptors of the original chain in the order in which they shall be invoked in order to process subsequent message exchanges.
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.core.util
 

Subinterfaces of ReadOnlyRegistry in org.eclipse.swordfish.core.util
 interface Registry<T>
          Handles the registration of the Swordfish components like interceptors, strategies, exceptionListeners.
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.internal.core.configuration
 

Classes in org.eclipse.swordfish.internal.core.configuration that implement ReadOnlyRegistry
 class ConfigurationConsumerRegistry
           
 class PollableConfigurationSourceRegistry
           
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.internal.core.event
 

Classes in org.eclipse.swordfish.internal.core.event that implement ReadOnlyRegistry
 class EventHandlerRegistry<T extends Event>
           
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.internal.core.exception
 

Classes in org.eclipse.swordfish.internal.core.exception that implement ReadOnlyRegistry
 class InterceptorExceptionListenerRegistry
           
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.internal.core.planner
 

Classes in org.eclipse.swordfish.internal.core.planner that implement ReadOnlyRegistry
 class InterceptorRegistry
           
 

Methods in org.eclipse.swordfish.internal.core.planner with parameters of type ReadOnlyRegistry
 java.util.List<Interceptor> FilterStrategyImpl.filter(java.util.List<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, java.util.List<Hint<?>> hints)
           
 java.util.List<Interceptor> CoreFilterStrategy.filter(java.util.List<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, java.util.List<Hint<?>> hints)
          Create and return an interceptor chain with the interceptors which shall process subsequent message exchanges.
 void PlannerImpl.setInterceptorRegistry(ReadOnlyRegistry<Interceptor> interceptorRegistry)
           
 java.util.List<Interceptor> SortingStrategyImpl.sort(java.util.Set<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, javax.jbi.messaging.MessageExchange exchange)
           
 java.util.List<Interceptor> CoreSortingStrategy.sort(java.util.Set<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, javax.jbi.messaging.MessageExchange messageExchange)
           
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.internal.core.util
 

Classes in org.eclipse.swordfish.internal.core.util that implement ReadOnlyRegistry
 class RegistryImpl<T>
           
 

Uses of ReadOnlyRegistry in org.eclipse.swordfish.plugins.planner.policy
 

Methods in org.eclipse.swordfish.plugins.planner.policy with parameters of type ReadOnlyRegistry
 java.util.List<Interceptor> PolicyBasedFilterStrategy.filter(java.util.List<Interceptor> interceptors, ReadOnlyRegistry<Interceptor> registry, java.util.List<Hint<?>> hints)
           
 boolean AssertionHint.supportsInterceptor(Interceptor candidateInterceptor, ReadOnlyRegistry<Interceptor> registry)