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.
|
<T extends IComponent> T getComponent(Class<T> componentType) throws io.apiman.gateway.engine.beans.exceptions.ComponentNotFoundException
componentType - io.apiman.gateway.engine.beans.exceptions.ComponentNotFoundExceptionCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.