Modifier and Type | Method and Description |
---|---|
protected ServerProviderFactory |
JAXRSServerFactoryBean.setupFactory(Endpoint ep) |
Modifier and Type | Method and Description |
---|---|
protected void |
JAXRSServerFactoryBean.injectContexts(ServerProviderFactory factory,
ApplicationInfo fallback) |
protected void |
JAXRSServerFactoryBean.setBeanInfo(ServerProviderFactory factory) |
Modifier and Type | Method and Description |
---|---|
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).
|
static javax.ws.rs.core.Application |
DefaultApplicationFactory.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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
protected void |
OpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
ClassResourceInfo.initBeanParamInfo(ServerProviderFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
OpenApiFeature.registerServletConfigProvider(ServerProviderFactory factory) |
protected void |
OpenApiFeature.Portable.registerServletConfigProvider(ServerProviderFactory factory) |
void |
OpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
protected void |
OpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static ServerProviderFactory |
ServerProviderFactory.createInstance(Bus bus) |
static ServerProviderFactory |
ServerProviderFactory.getInstance() |
static ServerProviderFactory |
ServerProviderFactory.getInstance(Message m) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerProviderFactory.clearThreadLocalProxies(ServerProviderFactory factory,
Message message) |
static void |
ServerProviderFactory.releaseRequestState(ServerProviderFactory factory,
Message message) |
Constructor and Description |
---|
OutboundSseEventBodyWriter(ServerProviderFactory factory,
Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JAXRSUtils.runContainerRequestFilters(ServerProviderFactory pf,
Message m,
boolean preMatch,
Set<String> names) |
static void |
JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf,
ResponseImpl r,
Message m,
OperationResourceInfo ori,
Method invoked) |
Apache CXF