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

Packages that use ServiceFactory
org.codehaus.xfire.jaxws   
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.picocontainer.test   
org.codehaus.xfire.plexus   
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.jaxws
 

Methods in org.codehaus.xfire.jaxws that return ServiceFactory
 ServiceFactory JAXWSHelper.getServiceFactory()
           
 

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.plexus
 

Methods in org.codehaus.xfire.plexus that return ServiceFactory
 ServiceFactory PlexusXFireTest.getServiceFactory()
           
 

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

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

Classes in org.codehaus.xfire.service.binding that implement ServiceFactory
 class ObjectServiceFactory
          Creates Services from java objects.
 

Uses of ServiceFactory in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that return ServiceFactory
 ServiceFactory AbstractXFireSpringTest.getServiceFactory()
           
 ServiceFactory ServiceBean.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-2006 Envoi Solutions LLC. All Rights Reserved.