Class ProxyService.Container
- java.lang.Object
-
- org.perfectable.introspection.proxy.ProxyService.Container
-
- Enclosing interface:
- ProxyService
public static final class ProxyService.Container extends Object
Container that manages service-loaded instances ofProxyService
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyService
get(ProxyService.Feature... requiredFeatures)
Extracts proxy service with specified features.
-
-
-
Method Detail
-
get
public ProxyService get(ProxyService.Feature... requiredFeatures)
Extracts proxy service with specified features.- Parameters:
requiredFeatures
- features that returned service must support- Returns:
- proxy service
- Throws:
ProxyService.UnsupportedFeatureException
- when no proxy service could be found with specified features.
-
-