| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Registry<K,T>
| Method Summary | |
|---|---|
|  T | get(K k)Returns the object stored under the given key. | 
|  void | register(K k,
         T t)Registers an object of type T with this registry. | 
|  void | unregister(K k)Unregisters the object stored under the given key from this registry. | 
| Method Detail | 
|---|
void register(K k,
              T t)
k - the key under which rto register the objectt - the object to registervoid unregister(K k)
k - the keyT get(K k)
k - the  key
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||