org.springframework.osgi.service.importer
Interface ImportedOsgiServiceProxy


public interface ImportedOsgiServiceProxy

Infrastructure interface available on Spring-DM managed OSGi services. Gives read-only access to the proxy backing object service reference.

Author:
Costin Leau

Method Summary
 ServiceReference getServiceReference()
          Get access to the service reference used for accessing the backing object.
 

Method Detail

getServiceReference

ServiceReference getServiceReference()
Get access to the service reference used for accessing the backing object.

Returns:
backing object service reference


Copyright � 2006-2008 Spring Framework. All Rights Reserved.