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 |
Modifier and Type | Method and Description |
---|---|
protected void |
JAXRSServerFactoryBean.injectContexts(ServerProviderFactory factory,
ApplicationInfo fallback) |
void |
JAXRSServerFactoryBean.setApplicationInfo(ApplicationInfo provider) |
Modifier and Type | Method and Description |
---|---|
static ApplicationInfo |
DefaultApplicationFactory.createApplicationInfo(JAXRSServiceFactoryBean sfb,
Set<String> resourcePackages,
Bus bus) |
static ApplicationInfo |
DefaultApplicationFactory.createApplicationInfo(Set<Class<?>> serviceClasses,
Bus bus) |
static ApplicationInfo |
DefaultApplicationFactory.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).
|
Modifier and Type | Method and Description |
---|---|
void |
OpenApiCustomizer.setApplicationInfo(ApplicationInfo application) |
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
ServerProviderFactory.getApplicationProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProviderFactory.setApplicationProvider(ApplicationInfo app) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationInfo |
CXFNonSpringJaxrsServlet.createApplicationInfo(String appClassName,
javax.servlet.ServletConfig servletConfig) |
Apache CXF