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

Packages that use AutoExport
org.springframework.osgi.service.exporter.support Spring-DM export support package. 
 

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
          Export every class, inherited or implemented by the given target.
static AutoExport AutoExport.CLASS_HIERARCHY
          Export the class hierarchy (all classes inherited by the given target excluding Object.class)
static AutoExport AutoExport.DISABLED
          Do not export anything
static AutoExport AutoExport.INTERFACES
          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)
          Sets the strategy used for automatically publishing classes.
 



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