public interface IComponentRegistry
IPolicyContext for
lookup by the policy implementations. This interface is internal to the policy engine
and should never be made available to the policy impls.| Modifier and Type | Method and Description |
|---|---|
<T extends IComponent> |
getComponent(Class<T> componentType)
Gets a specific type of component from the registry.
|
Collection<IComponent> |
getComponents() |
Collection<IComponent> getComponents()
<T extends IComponent> T getComponent(Class<T> componentType) throws io.apiman.gateway.engine.beans.exceptions.ComponentNotFoundException
componentType - the component typeio.apiman.gateway.engine.beans.exceptions.ComponentNotFoundException - when component not foundCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.