Uses of Class
org.springframework.osgi.service.exporter.support.AutoExport

Packages that use AutoExport
org.springframework.osgi.service.exporter.support Support package for exporting objects as OSGi services. 
 

Uses of AutoExport in org.springframework.osgi.service.exporter.support
 

Fields in org.springframework.osgi.service.exporter.support declared as AutoExport
static AutoExport AutoExport.ALL_CLASSES
          Deprecated. Export every class, inherited or implemented by the given target.
static AutoExport AutoExport.CLASS_HIERARCHY
          Deprecated. Export the class hierarchy (all classes inherited by the given target excluding Object.class)
static AutoExport AutoExport.DISABLED
          Deprecated. Do not export anything
static AutoExport AutoExport.INTERFACES
          Deprecated. Export all interfaces (and their hierarchy) implemented by the given class
 

Methods in org.springframework.osgi.service.exporter.support with parameters of type AutoExport
 void OsgiServiceFactoryBean.setAutoExport(AutoExport classExporter)
          Deprecated.  
 



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