Uses of Class
org.apache.cxf.jaxrs.provider.ServerProviderFactory
Packages that use ServerProviderFactory
Package
Description
-
Uses of ServerProviderFactory in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return ServerProviderFactoryModifier and TypeMethodDescriptionprotected ServerProviderFactoryJAXRSServerFactoryBean.setupFactory(Endpoint ep) Methods in org.apache.cxf.jaxrs with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionprotected voidJAXRSServerFactoryBean.injectContexts(ServerProviderFactory factory, ApplicationInfo fallback) protected voidJAXRSServerFactoryBean.setBeanInfo(ServerProviderFactory factory) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionstatic 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 ServerProviderFactory in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionprotected voidOpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) protected voidOpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionvoidClassResourceInfo.initBeanParamInfo(ServerProviderFactory factory) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionprotected voidOpenApiFeature.Portable.registerServletConfigProvider(ServerProviderFactory factory) voidOpenApiFeature.registerServletConfigProvider(ServerProviderFactory factory) protected voidOpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) voidOpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb, Properties properties, ServerProviderFactory factory, Bus bus) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return ServerProviderFactoryModifier and TypeMethodDescriptionstatic ServerProviderFactoryServerProviderFactory.createInstance(Bus bus) static ServerProviderFactoryServerProviderFactory.getInstance()static ServerProviderFactoryServerProviderFactory.getInstance(Message m) Methods in org.apache.cxf.jaxrs.provider with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionstatic voidServerProviderFactory.clearThreadLocalProxies(ServerProviderFactory factory, Message message) static voidServerProviderFactory.releaseRequestState(ServerProviderFactory factory, Message message) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.sse
Constructors in org.apache.cxf.jaxrs.sse with parameters of type ServerProviderFactoryModifierConstructorDescriptionOutboundSseEventBodyWriter(ServerProviderFactory factory, Exchange exchange) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type ServerProviderFactoryModifier and TypeMethodDescriptionstatic booleanJAXRSUtils.runContainerRequestFilters(ServerProviderFactory pf, Message m, boolean preMatch, Set<String> names) static voidJAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, Message m, OperationResourceInfo ori, Method invoked)