public interface ServicesProvider extends Injectable
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAdapter> |
getServices()
Provided by PersistenceSession when used by framework.
|
<T> T |
lookupService(Class<T> cls) |
injectIntoList<ObjectAdapter> getServices()
Called by IntrospectableSpecification, JavaSpecification
<T> T lookupService(Class<T> cls)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.