|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MappingRegistryExtender
Extends the MappingRegistry in order to provide services external to the registry itself.
For example, this might be an EJB lookup.
| Method Summary | |
|---|---|
java.lang.Object |
lookup(java.lang.Class cls)
Retrieves an object by its class or interface name. |
java.lang.Object |
lookup(java.lang.String key)
Retrieves the object that has been registered for the passed key or null if none could be found. |
| Method Detail |
|---|
java.lang.Object lookup(java.lang.String key)
key - The key to lookup the object for
java.lang.Object lookup(java.lang.Class cls)
cls - The interface to lookup the implementation for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||