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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object stored under the given key.protected void
void
Registers an object of type T with this registry.void
unregister
(K k) Unregisters the object stored under the given key from this registry.
-
Field Details
-
entries
-
-
Constructor Details
-
RegistryImpl
protected RegistryImpl() -
RegistryImpl
-
-
Method Details
-
loadDynamic
protected void loadDynamic() -
register
Description copied from interface:Registry
Registers an object of type T with this registry. -
unregister
Description copied from interface:Registry
Unregisters the object stored under the given key from this registry.- Specified by:
unregister
in interfaceRegistry<K,
T> - Parameters:
k
- the key
-
get
Description copied from interface:Registry
Returns the object stored under the given key.
-