Uses of Class
org.apache.cxf.jaxrs.model.ApplicationInfo
-
Packages that use ApplicationInfo Package Description org.apache.cxf.jaxrs org.apache.cxf.jaxrs.common.openapi org.apache.cxf.jaxrs.openapi org.apache.cxf.jaxrs.provider org.apache.cxf.jaxrs.servlet -
-
Uses of ApplicationInfo in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs with parameters of type ApplicationInfo Modifier and Type Method Description protected voidJAXRSServerFactoryBean. injectContexts(ServerProviderFactory factory, ApplicationInfo fallback)voidJAXRSServerFactoryBean. setApplicationInfo(ApplicationInfo provider) -
Uses of ApplicationInfo in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi that return ApplicationInfo Modifier and Type Method Description static ApplicationInfoDefaultApplicationFactory. createApplicationInfo(Set<Class<?>> serviceClasses, Bus bus)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). -
Uses of ApplicationInfo in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type ApplicationInfo Modifier and Type Method Description voidOpenApiCustomizer. setApplicationInfo(ApplicationInfo application) -
Uses of ApplicationInfo in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return ApplicationInfo Modifier and Type Method Description ApplicationInfoServerProviderFactory. getApplicationProvider()Methods in org.apache.cxf.jaxrs.provider with parameters of type ApplicationInfo Modifier and Type Method Description voidServerProviderFactory. setApplicationProvider(ApplicationInfo app) -
Uses of ApplicationInfo in org.apache.cxf.jaxrs.servlet
Methods in org.apache.cxf.jaxrs.servlet that return ApplicationInfo Modifier and Type Method Description protected ApplicationInfoCXFNonSpringJaxrsServlet. createApplicationInfo(String appClassName, javax.servlet.ServletConfig servletConfig)
-