Uses of Class
org.apache.cxf.jaxrs.provider.ServerProviderFactory
-
-
Uses of ServerProviderFactory in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return ServerProviderFactory Modifier and Type Method Description protected ServerProviderFactoryJAXRSServerFactoryBean. setupFactory(Endpoint ep)Methods in org.apache.cxf.jaxrs with parameters of type ServerProviderFactory Modifier and Type Method Description protected 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 ServerProviderFactory Modifier and Type Method Description 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 ServerProviderFactory in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type ServerProviderFactory Modifier and Type Method Description 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 ServerProviderFactory in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model with parameters of type ServerProviderFactory Modifier and Type Method Description voidClassResourceInfo. initBeanParamInfo(ServerProviderFactory factory) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type ServerProviderFactory Modifier and Type Method Description protected 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 ServerProviderFactory Modifier and Type Method Description static ServerProviderFactoryServerProviderFactory. createInstance(Bus bus)static ServerProviderFactoryServerProviderFactory. getInstance()static ServerProviderFactoryServerProviderFactory. getInstance(Message m)Methods in org.apache.cxf.jaxrs.provider with parameters of type ServerProviderFactory Modifier and Type Method Description static 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 ServerProviderFactory Constructor Description OutboundSseEventBodyWriter(ServerProviderFactory factory, Exchange exchange) -
Uses of ServerProviderFactory in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type ServerProviderFactory Modifier and Type Method Description static booleanJAXRSUtils. runContainerRequestFilters(ServerProviderFactory pf, Message m, boolean preMatch, Set<String> names)static voidJAXRSUtils. runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, Message m, OperationResourceInfo ori, Method invoked)
-