Apache CXF API

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

Packages that use JAXRSServiceFactoryBean
org.apache.cxf.jaxrs   
 

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)
           
 


Apache CXF API

Apache CXF