Uses of Class
org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
-
-
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs
Fields in org.apache.cxf.jaxrs declared as JAXRSServiceFactoryBean Modifier and Type Field Description protected JAXRSServiceFactoryBeanAbstractJAXRSFactoryBean. serviceFactoryMethods in org.apache.cxf.jaxrs that return JAXRSServiceFactoryBean Modifier and Type Method Description JAXRSServiceFactoryBeanAbstractJAXRSFactoryBean. getServiceFactory()Returns the service factoryMethods in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean Modifier and Type Method Description voidAbstractJAXRSFactoryBean. setServiceFactory(JAXRSServiceFactoryBean serviceFactory)Sets the custom service factory which processes the registered classes and providersConstructors in org.apache.cxf.jaxrs with parameters of type JAXRSServiceFactoryBean Constructor Description AbstractJAXRSFactoryBean(JAXRSServiceFactoryBean serviceFactory)JAXRSServerFactoryBean(JAXRSServiceFactoryBean sf) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.blueprint
Constructors in org.apache.cxf.jaxrs.blueprint with parameters of type JAXRSServiceFactoryBean Constructor Description BPJAXRSServerFactoryBean(JAXRSServiceFactoryBean fact) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.client
Constructors in org.apache.cxf.jaxrs.client with parameters of type JAXRSServiceFactoryBean Constructor Description JAXRSClientFactoryBean(JAXRSServiceFactoryBean serviceFactory) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi with parameters of type JAXRSServiceFactoryBean Modifier and Type Method Description static 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 javax.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 JAXRSServiceFactoryBean Modifier and Type Method Description protected 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 JAXRSServiceFactoryBean Modifier and Type Method Description protected 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)Collection<String>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 Constructor Description SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean sf) -
Uses of JAXRSServiceFactoryBean in org.apache.cxf.microprofile.client
Subclasses of JAXRSServiceFactoryBean in org.apache.cxf.microprofile.client Modifier and Type Class Description classMicroProfileServiceFactoryBean
-