Uses of Class
org.codehaus.xfire.service.binding.ObjectServiceFactory

Packages that use ObjectServiceFactory
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.util   
org.codehaus.xfire.xmlbeans   
 

Uses of ObjectServiceFactory in org.codehaus.xfire.annotations
 

Subclasses of ObjectServiceFactory in org.codehaus.xfire.annotations
 class AnnotationServiceFactory
          Annotations-bases implementation of the ServiceFactory interface.
 

Uses of ObjectServiceFactory in org.codehaus.xfire.loom
 

Methods in org.codehaus.xfire.loom with parameters of type ObjectServiceFactory
protected  void DefaultServiceFactory.setFactory(ObjectServiceFactory factory)
           
 

Uses of ObjectServiceFactory in org.codehaus.xfire.picocontainer
 

Subclasses of ObjectServiceFactory in org.codehaus.xfire.picocontainer
 class PicoObjectServiceFactory
          PicoContainer specialization of Java objects-specific implementation of the ServiceFactory interface which uses a given picocontainer to pick service objects instance when it's about to invoke them.
 

Uses of ObjectServiceFactory in org.codehaus.xfire.plexus.config
 

Methods in org.codehaus.xfire.plexus.config that return ObjectServiceFactory
 ObjectServiceFactory ObjectServiceConfigurator.getServiceFactory(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
 ObjectServiceFactory AnnotationServiceConfigurator.getServiceFactory(org.codehaus.plexus.configuration.PlexusConfiguration config)
           
protected  ObjectServiceFactory ObjectServiceConfigurator.getServiceFactory(java.lang.String builderClass, BindingProvider bindingProvider)
           
 

Uses of ObjectServiceFactory in org.codehaus.xfire.util
 

Methods in org.codehaus.xfire.util that return ObjectServiceFactory
protected  ObjectServiceFactory XMLServiceBuilder.getAnnotationServiceFactory(java.lang.String annotationType, BindingProvider bindingProvider)
           
protected  ObjectServiceFactory XMLServiceBuilder.loadServiceFactory(BindingProvider bindingProvider, java.lang.String serviceFactoryName)
           
 

Uses of ObjectServiceFactory in org.codehaus.xfire.xmlbeans
 

Subclasses of ObjectServiceFactory in org.codehaus.xfire.xmlbeans
 class XmlBeansServiceFactory
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.