Uses of Interface
org.codehaus.xfire.service.ServiceFactory

Packages that use ServiceFactory
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.jaxb   
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.picocontainer.test   
org.codehaus.xfire.service.binding   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
org.codehaus.xfire.test   
org.codehaus.xfire.xmlbeans   
 

Uses of ServiceFactory in org.codehaus.xfire.annotations
 

Classes in org.codehaus.xfire.annotations that implement ServiceFactory
 class AnnotationServiceFactory
          Annotations-bases implementation of the ServiceFactory interface.
 

Uses of ServiceFactory in org.codehaus.xfire.jaxb
 

Classes in org.codehaus.xfire.jaxb that implement ServiceFactory
 class JaxbServiceFactory
           
 

Uses of ServiceFactory in org.codehaus.xfire.loom
 

Classes in org.codehaus.xfire.loom that implement ServiceFactory
 class DefaultServiceFactory
          Default implementation of a ServiceFactory
 

Uses of ServiceFactory in org.codehaus.xfire.picocontainer
 

Classes in org.codehaus.xfire.picocontainer that implement ServiceFactory
 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 ServiceFactory in org.codehaus.xfire.picocontainer.test
 

Methods in org.codehaus.xfire.picocontainer.test that return ServiceFactory
 ServiceFactory PicoXFireTest.getServiceFactory()
           
 

Methods in org.codehaus.xfire.picocontainer.test with parameters of type ServiceFactory
 void PicoXFireTest.setServiceFactory(ServiceFactory value)
           
 

Uses of ServiceFactory in org.codehaus.xfire.service.binding
 

Classes in org.codehaus.xfire.service.binding that implement ServiceFactory
 class ObjectServiceFactory
          Java objects-specific implementation of the ServiceFactory interface.
 

Uses of ServiceFactory in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return ServiceFactory
 ServiceFactory AbstractXFireSpringTest.getServiceFactory()
           
 

Methods in org.codehaus.xfire.spring with parameters of type ServiceFactory
 void ServiceBean.setServiceFactory(ServiceFactory serviceFactory)
           
 

Uses of ServiceFactory in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return ServiceFactory
 ServiceFactory AbstractXFireTest.getServiceFactory()
           
 

Methods in org.codehaus.xfire.test with parameters of type ServiceFactory
 void AbstractXFireTest.setServiceFactory(ServiceFactory factory)
           
 

Uses of ServiceFactory in org.codehaus.xfire.xmlbeans
 

Classes in org.codehaus.xfire.xmlbeans that implement ServiceFactory
 class XmlBeansServiceFactory
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.