Apache CXF API

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

Packages that use JAXRSServerFactoryBean
org.apache.cxf.jaxrs.servlet   
org.apache.cxf.jaxrs.spring   
org.apache.cxf.jaxrs.utils   
 

Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.servlet
 

Methods in org.apache.cxf.jaxrs.servlet with parameters of type JAXRSServerFactoryBean
protected  void CXFNonSpringJaxrsServlet.setAllInterceptors(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)
           
protected  void CXFNonSpringJaxrsServlet.setExtensions(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)
           
protected  void CXFNonSpringJaxrsServlet.setInterceptors(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig, String paramName)
           
protected  void CXFNonSpringJaxrsServlet.setSchemasLocations(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)
           
 

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

Subclasses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.spring
static class JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
           
 

Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils that return JAXRSServerFactoryBean
static JAXRSServerFactoryBean ResourceUtils.createApplication(javax.ws.rs.core.Application app, boolean ignoreAppPath)
           
 


Apache CXF API

Apache CXF