|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.external.v1_0.impl.BaseV1_0ExternalService.EntityHandlerRegistry
protected static class BaseV1_0ExternalService.EntityHandlerRegistry
Class to hold a registry of entity handlers, which can be looked up by class of external entity.
Constructor Summary | |
---|---|
protected |
BaseV1_0ExternalService.EntityHandlerRegistry()
|
Method Summary | ||
---|---|---|
|
getResolver(java.lang.Class<T> externalClass)
Get the handler for given external entity class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseV1_0ExternalService.EntityHandlerRegistry()
Method Detail |
---|
public <T extends AbstractCaArrayEntity> BaseV1_0ExternalService.EntityHandler<T> getResolver(java.lang.Class<T> externalClass)
T
- type of the external entity class.externalClass
- the class object for the external entity type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |