Class DefaultApplicationFactory
java.lang.Object
org.apache.cxf.jaxrs.common.openapi.DefaultApplicationFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.ApplicationcreateApplication(List<org.apache.cxf.jaxrs.model.ClassResourceInfo> cris, Set<String> resourcePackages) static jakarta.ws.rs.core.ApplicationcreateApplication(Set<Class<?>> serviceClasses) static org.apache.cxf.jaxrs.model.ApplicationInfocreateApplicationInfo(Set<Class<?>> serviceClasses, org.apache.cxf.Bus bus) static org.apache.cxf.jaxrs.model.ApplicationInfocreateApplicationInfo(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sfb, Set<String> resourcePackages, org.apache.cxf.Bus bus) static org.apache.cxf.jaxrs.model.ApplicationInfocreateApplicationInfoOrDefault(org.apache.cxf.endpoint.Server server, org.apache.cxf.jaxrs.provider.ServerProviderFactory factory, org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sfb, org.apache.cxf.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.ApplicationcreateApplicationOrDefault(org.apache.cxf.endpoint.Server server, org.apache.cxf.jaxrs.provider.ServerProviderFactory factory, org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sfb, org.apache.cxf.Bus bus, Set<String> resourcePackages, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled).
-
Method Details
-
createApplicationOrDefault
public static jakarta.ws.rs.core.Application createApplicationOrDefault(org.apache.cxf.endpoint.Server server, org.apache.cxf.jaxrs.provider.ServerProviderFactory factory, org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sfb, org.apache.cxf.Bus bus, Set<String> resourcePackages, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled). -
createApplicationInfoOrDefault
public static org.apache.cxf.jaxrs.model.ApplicationInfo createApplicationInfoOrDefault(org.apache.cxf.endpoint.Server server, org.apache.cxf.jaxrs.provider.ServerProviderFactory factory, org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sfb, org.apache.cxf.Bus bus, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled). -
createApplicationInfo
-
createApplicationInfo
-
createApplication
-
createApplication
-