Apache CXF API

Uses of Class
org.apache.cxf.service.factory.ReflectionServiceFactoryBean

Packages that use ReflectionServiceFactoryBean
org.apache.cxf.frontend   
org.apache.cxf.frontend.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.service.factory   
 

Uses of ReflectionServiceFactoryBean in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return ReflectionServiceFactoryBean
 ReflectionServiceFactoryBean AbstractWSDLBasedEndpointFactory.getServiceFactory()
           
 ReflectionServiceFactoryBean ClientProxyFactoryBean.getServiceFactory()
           
 

Methods in org.apache.cxf.frontend with parameters of type ReflectionServiceFactoryBean
 void AbstractWSDLBasedEndpointFactory.setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
           
 void ClientProxyFactoryBean.setServiceFactory(ReflectionServiceFactoryBean sf)
           
 

Constructors in org.apache.cxf.frontend with parameters of type ReflectionServiceFactoryBean
AbstractServiceFactory(ReflectionServiceFactoryBean sbean)
           
AbstractWSDLBasedEndpointFactory(ReflectionServiceFactoryBean sbean)
           
ClientFactoryBean(ReflectionServiceFactoryBean factory)
           
ServerFactoryBean(ReflectionServiceFactoryBean sbean)
           
 

Uses of ReflectionServiceFactoryBean in org.apache.cxf.frontend.spring
 

Constructors in org.apache.cxf.frontend.spring with parameters of type ReflectionServiceFactoryBean
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean(ReflectionServiceFactoryBean fact)
           
 

Uses of ReflectionServiceFactoryBean in org.apache.cxf.jaxws.support
 

Subclasses of ReflectionServiceFactoryBean in org.apache.cxf.jaxws.support
 class JaxWsServiceFactoryBean
          Constructs a service model from JAX-WS service endpoint classes.
 

Methods in org.apache.cxf.jaxws.support with parameters of type ReflectionServiceFactoryBean
 void WebServiceProviderConfiguration.setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
           
 void JaxWsServiceConfiguration.setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
           
 

Uses of ReflectionServiceFactoryBean in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that return ReflectionServiceFactoryBean
 ReflectionServiceFactoryBean AbstractServiceConfiguration.getServiceFactory()
           
 

Methods in org.apache.cxf.service.factory with parameters of type ReflectionServiceFactoryBean
 void AbstractServiceConfiguration.setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
           
 


Apache CXF API

Apache CXF