org.glassfish.jersey.internal.inject
Interface ServiceLocatorSupplier

All Known Implementing Classes:
FeatureContextWrapper, ReaderInterceptorExecutor, WriterInterceptorExecutor

public interface ServiceLocatorSupplier

Implementation of this interface is capable of returning ServiceLocator.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Method Summary
 org.glassfish.hk2.api.ServiceLocator getServiceLocator()
          Get service locator.
 

Method Detail

getServiceLocator

org.glassfish.hk2.api.ServiceLocator getServiceLocator()
Get service locator.

Returns:
Service locator;


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.