Apache CXF API

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

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

Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs
 

Fields in org.apache.cxf.jaxrs declared as JAXRSServiceFactoryBean
protected  JAXRSServiceFactoryBean AbstractJAXRSFactoryBean.serviceFactory
           
 

Methods in org.apache.cxf.jaxrs that return JAXRSServiceFactoryBean
 JAXRSServiceFactoryBean AbstractJAXRSFactoryBean.getServiceFactory()
          Returns the service factory
 

Methods in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean
 void AbstractJAXRSFactoryBean.setServiceFactory(JAXRSServiceFactoryBean serviceFactory)
          Sets the custom service factory which processes the registered classes and providers
 

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

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

Constructors in org.apache.cxf.jaxrs.client with parameters of type JAXRSServiceFactoryBean
JAXRSClientFactoryBean(JAXRSServiceFactoryBean serviceFactory)
           
 

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