Uses of Class
org.apache.cxf.jaxrs.JAXRSServerFactoryBean
-
Packages that use JAXRSServerFactoryBean Package Description org.apache.cxf.jaxrs.blueprint org.apache.cxf.jaxrs.ext org.apache.cxf.jaxrs.servlet org.apache.cxf.jaxrs.spring org.apache.cxf.jaxrs.utils -
-
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.blueprint
Subclasses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.blueprint Modifier and Type Class Description static classJAXRSServerFactoryBeanDefinitionParser.BPJAXRSServerFactoryBean -
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext with parameters of type JAXRSServerFactoryBean Modifier and Type Method Description protected abstract org.apache.cxf.service.invoker.InvokerAbstractStreamingResponseExtension. createInvoker(JAXRSServerFactoryBean bean)voidAbstractStreamingResponseExtension. customize(JAXRSServerFactoryBean bean)voidJAXRSServerFactoryCustomizationExtension. customize(JAXRSServerFactoryBean bean)Customize JAX-RS server factory bean before it is being initialized -
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.servlet
Methods in org.apache.cxf.jaxrs.servlet with parameters of type JAXRSServerFactoryBean Modifier and Type Method Description protected voidCXFNonSpringJaxrsServlet. setAllInterceptors(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig, String splitChar)protected voidCXFNonSpringJaxrsServlet. setDocLocation(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)protected voidCXFNonSpringJaxrsServlet. setExtensions(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)protected voidCXFNonSpringJaxrsServlet. setInterceptors(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig, String paramName, String splitChar)protected voidCXFNonSpringJaxrsServlet. setInvoker(JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig)protected voidCXFNonSpringJaxrsServlet. 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 Modifier and Type Class Description static classJAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBeanMethods in org.apache.cxf.jaxrs.spring that return JAXRSServerFactoryBean Modifier and Type Method Description protected JAXRSServerFactoryBeanAbstractSpringComponentScanServer. createFactoryBeanFromApplication(javax.ws.rs.core.Application app)Methods in org.apache.cxf.jaxrs.spring with parameters of type JAXRSServerFactoryBean Modifier and Type Method Description protected voidAbstractSpringConfigurationFactory. finalizeFactorySetup(JAXRSServerFactoryBean factory)protected voidAbstractSpringComponentScanServer. setFactoryCxfProviders(JAXRSServerFactoryBean factory)protected voidAbstractJaxrsClassesScanServer. setJaxrsResources(JAXRSServerFactoryBean factory)protected voidAbstractSpringComponentScanServer. setJaxrsResources(JAXRSServerFactoryBean factory)protected abstract voidAbstractSpringConfigurationFactory. setJaxrsResources(JAXRSServerFactoryBean factory) -
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return JAXRSServerFactoryBean Modifier and Type Method Description static JAXRSServerFactoryBeanResourceUtils. createApplication(javax.ws.rs.core.Application app, boolean ignoreAppPath, boolean staticSubresourceResolution, boolean useSingletonResourceProvider, org.apache.cxf.Bus bus)Methods in org.apache.cxf.jaxrs.utils with parameters of type JAXRSServerFactoryBean Modifier and Type Method Description static voidJAXRSServerFactoryCustomizationUtils. customize(JAXRSServerFactoryBean bean)Looks up JAXRSServerFactoryCustomizationExtension via ServiceLoader and applies them to the passed in bean
-