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.jaxb2   
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.spring.remoting   
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.jaxb2
 

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

Uses of ServiceFactory in org.codehaus.xfire.jaxws
 

Classes in org.codehaus.xfire.jaxws that implement ServiceFactory
 class JAXWSServiceFactory
          Creates JAX-WS services from a service class.
 

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.spring.remoting
 

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

Methods in org.codehaus.xfire.spring.remoting with parameters of type ServiceFactory
 void XFireClientFactoryBean.setServiceFactory(ServiceFactory factory)
          Sets the service factory that will be used to create a client.
 

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.