public interface Registrant
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getConfig()
Returns a config representation based on the type of registrant.
|
boolean |
isBinding()
Indicates whether the registrant is a binding or implementation.
|
boolean |
isImplementation()
Indicates whether the registrant is a binding or implementation.
|
boolean isBinding()
boolean isImplementation()
<T> T getConfig()
T - Implementations will return ComponentImplementationModel, while
bindings will return ListCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.