Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.JAXRSServiceFactoryBean

Packages that use JAXRSServiceFactoryBean
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.spring   
 

Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return JAXRSServiceFactoryBean
 JAXRSServiceFactoryBean JAXRSServerFactoryBean.getServiceFactory()
           
 

Methods in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean
 void JAXRSServerFactoryBean.setServiceFactory(JAXRSServiceFactoryBean serviceFactory)
           
 

Constructors in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean
JAXRSServerFactoryBean(JAXRSServiceFactoryBean sf)
           
 

Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.spring
 

Constructors in org.apache.cxf.jaxrs.spring with parameters of type JAXRSServiceFactoryBean
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean sf)
           
 


Apache CXF API

Apache CXF