Uses of Class
org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
Packages that use JAXRSServiceFactoryBean
Package
Description
-
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs
Fields in org.apache.cxf.jaxrs declared as JAXRSServiceFactoryBeanModifier and TypeFieldDescriptionprotected JAXRSServiceFactoryBeanAbstractJAXRSFactoryBean.serviceFactoryMethods in org.apache.cxf.jaxrs that return JAXRSServiceFactoryBeanModifier and TypeMethodDescriptionAbstractJAXRSFactoryBean.getServiceFactory()Returns the service factoryMethods in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBeanModifier and TypeMethodDescriptionvoidAbstractJAXRSFactoryBean.setServiceFactory(JAXRSServiceFactoryBean serviceFactory) Sets the custom service factory which processes the registered classes and providersConstructors in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBeanModifierConstructorDescriptionprotectedAbstractJAXRSFactoryBean(JAXRSServiceFactoryBean serviceFactory) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.client
Constructors in org.apache.cxf.jaxrs.client with parameters of type JAXRSServiceFactoryBean -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi with parameters of type JAXRSServiceFactoryBeanModifier and TypeMethodDescriptionstatic ApplicationInfoDefaultApplicationFactory.createApplicationInfo(JAXRSServiceFactoryBean sfb, Set<String> resourcePackages, Bus bus) static ApplicationInfoDefaultApplicationFactory.createApplicationInfoOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled).static jakarta.ws.rs.core.ApplicationDefaultApplicationFactory.createApplicationOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, Set<String> resourcePackages, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled). -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type JAXRSServiceFactoryBeanModifier and TypeMethodDescriptionprotected voidOpenApiFeature.Portable.registerOpenApiResources(JAXRSServiceFactoryBean sfb, org.eclipse.microprofile.openapi.models.OpenAPI openApiDefinition) protected voidOpenApiFeature.registerOpenApiResources(JAXRSServiceFactoryBean sfb, org.eclipse.microprofile.openapi.models.OpenAPI openApiDefinition) protected voidOpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) protected voidOpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type JAXRSServiceFactoryBeanModifier and TypeMethodDescriptionprotected voidOpenApiFeature.Portable.registerOpenApiResources(JAXRSServiceFactoryBean sfb, Set<String> packages, io.swagger.v3.oas.integration.api.OpenAPIConfiguration config) voidOpenApiFeature.registerOpenApiResources(JAXRSServiceFactoryBean sfb, Set<String> packages, io.swagger.v3.oas.integration.api.OpenAPIConfiguration config) protected voidOpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) voidOpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) OpenApiFeature.scanResourcePackages(JAXRSServiceFactoryBean sfb) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.spring
Constructors in org.apache.cxf.jaxrs.spring with parameters of type JAXRSServiceFactoryBean -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.microprofile.client
Subclasses of JAXRSServiceFactoryBean in org.apache.cxf.microprofile.client