Package org.apache.cxf.extension
Class RegistryImpl<K,T> 
java.lang.Object
org.apache.cxf.extension.RegistryImpl<K,T> 
- All Implemented Interfaces:
- Registry<K,- T> 
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the object stored under the given key.protected voidvoidRegisters an object of type T with this registry.voidunregister(K k) Unregisters the object stored under the given key from this registry.
- 
Field Details- 
entries
 
- 
- 
Constructor Details- 
RegistryImplprotected RegistryImpl()
- 
RegistryImpl
 
- 
- 
Method Details- 
loadDynamicprotected void loadDynamic()
- 
registerDescription copied from interface:RegistryRegisters an object of type T with this registry.
- 
unregisterDescription copied from interface:RegistryUnregisters the object stored under the given key from this registry.- Specified by:
- unregisterin interface- Registry<K,- T> 
- Parameters:
- k- the key
 
- 
getDescription copied from interface:RegistryReturns the object stored under the given key.
 
-