public class DefaultComponentRegistry extends Object implements IComponentRegistry
| Constructor and Description |
|---|
DefaultComponentRegistry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IComponent> |
getComponent(Class<T> componentType)
Gets a specific type of component from the registry.
|
public <T extends IComponent> T getComponent(Class<T> componentType) throws io.apiman.gateway.engine.beans.exceptions.ComponentNotFoundException
IComponentRegistrygetComponent in interface IComponentRegistryio.apiman.gateway.engine.beans.exceptions.ComponentNotFoundExceptionIComponentRegistry.getComponent(java.lang.Class)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.