Uses of Class
org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean
-
-
Uses of ReflectionServiceFactoryBean in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return ReflectionServiceFactoryBean Modifier and Type Method Description ReflectionServiceFactoryBeanAbstractWSDLBasedEndpointFactory. getServiceFactory()ReflectionServiceFactoryBeanClientProxyFactoryBean. getServiceFactory()Methods in org.apache.cxf.frontend with parameters of type ReflectionServiceFactoryBean Modifier and Type Method Description voidAbstractWSDLBasedEndpointFactory. setServiceFactory(ReflectionServiceFactoryBean serviceFactory)voidClientProxyFactoryBean. setServiceFactory(ReflectionServiceFactoryBean sf)Constructors in org.apache.cxf.frontend with parameters of type ReflectionServiceFactoryBean Constructor Description AbstractServiceFactory(ReflectionServiceFactoryBean sbean)AbstractWSDLBasedEndpointFactory(ReflectionServiceFactoryBean sbean)ClientFactoryBean(ReflectionServiceFactoryBean factory)ServerFactoryBean(ReflectionServiceFactoryBean sbean) -
Uses of ReflectionServiceFactoryBean in org.apache.cxf.frontend.blueprint
Constructors in org.apache.cxf.frontend.blueprint with parameters of type ReflectionServiceFactoryBean Constructor Description BPServerFactoryBean(ReflectionServiceFactoryBean fact) -
Uses of ReflectionServiceFactoryBean in org.apache.cxf.frontend.spring
Constructors in org.apache.cxf.frontend.spring with parameters of type ReflectionServiceFactoryBean Constructor Description SpringServerFactoryBean(ReflectionServiceFactoryBean fact) -
Uses of ReflectionServiceFactoryBean in org.apache.cxf.jaxws.support
Subclasses of ReflectionServiceFactoryBean in org.apache.cxf.jaxws.support Modifier and Type Class Description classJaxWsServiceFactoryBeanConstructs a service model from JAX-WS service endpoint classes.Methods in org.apache.cxf.jaxws.support with parameters of type ReflectionServiceFactoryBean Modifier and Type Method Description voidJaxWsServiceConfiguration. setServiceFactory(ReflectionServiceFactoryBean serviceFactory)voidWebServiceProviderConfiguration. setServiceFactory(ReflectionServiceFactoryBean serviceFactory) -
Uses of ReflectionServiceFactoryBean in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return ReflectionServiceFactoryBean Modifier and Type Method Description ReflectionServiceFactoryBeanAbstractServiceConfiguration. getServiceFactory()Methods in org.apache.cxf.wsdl.service.factory with parameters of type ReflectionServiceFactoryBean Modifier and Type Method Description voidAbstractServiceConfiguration. setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
-