Uses of Class
org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Packages that use JAXRSServerFactoryBean
Package
Description
-
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext with parameters of type JAXRSServerFactoryBeanModifier and TypeMethodDescriptionprotected abstract org.apache.cxf.service.invoker.InvokerAbstractStreamingResponseExtension.createInvoker(JAXRSServerFactoryBean bean) final 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 JAXRSServerFactoryBeanModifier and TypeMethodDescriptionprotected voidCXFNonSpringJaxrsServlet.setAllInterceptors(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig, String splitChar) protected voidCXFNonSpringJaxrsServlet.setDocLocation(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig) protected voidCXFNonSpringJaxrsServlet.setExtensions(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig) protected voidCXFNonSpringJaxrsServlet.setInterceptors(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig, String paramName, String splitChar) protected voidCXFNonSpringJaxrsServlet.setInvoker(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig) protected voidCXFNonSpringJaxrsServlet.setSchemasLocations(JAXRSServerFactoryBean bean, jakarta.servlet.ServletConfig servletConfig) -
Uses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.spring
Subclasses of JAXRSServerFactoryBean in org.apache.cxf.jaxrs.springModifier and TypeClassDescriptionstatic classMethods in org.apache.cxf.jaxrs.spring that return JAXRSServerFactoryBeanModifier and TypeMethodDescriptionprotected JAXRSServerFactoryBeanAbstractSpringComponentScanServer.createFactoryBeanFromApplication(jakarta.ws.rs.core.Application app) Methods in org.apache.cxf.jaxrs.spring with parameters of type JAXRSServerFactoryBeanModifier and TypeMethodDescriptionprotected 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 JAXRSServerFactoryBeanModifier and TypeMethodDescriptionstatic JAXRSServerFactoryBeanResourceUtils.createApplication(jakarta.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 JAXRSServerFactoryBeanModifier and TypeMethodDescriptionstatic voidJAXRSServerFactoryCustomizationUtils.customize(JAXRSServerFactoryBean bean) Looks up JAXRSServerFactoryCustomizationExtension via ServiceLoader and applies them to the passed in bean