org.springframework.osgi.service.exporter.support
Interface InterfaceDetector

All Known Implementing Classes:
AutoExport, DefaultInterfaceDetector

public interface InterfaceDetector

Service exporter interface that allows auto detection of 'interfaces' of the exported service.

Author:
Costin Leau

Method Summary
 Class<?>[] detect(Class<?> targetClass)
          Detects the 'interfaces' of the given target, suitable for OSGi service export.
 

Method Detail

detect

Class<?>[] detect(Class<?> targetClass)
Detects the 'interfaces' of the given target, suitable for OSGi service export.

Parameters:
targetClass - target class
Returns:
non-null array of detected interfaces


Copyright © 2006-2009 Spring Framework. All Rights Reserved.